Return to CurrentTorrents.pl CVS log | Up to [local] / openbsd / OpenBSDTorrents |
version 1.5, 2005/03/24 00:32:02 | version 1.6, 2005/03/25 03:12:05 | ||
---|---|---|---|
|
|
||
#use YAML; | #use YAML; | ||
justme(); | |||
my %files; | my %files; | ||
opendir DIR, $TorrentDir or die "Couldn't opendir $TorrentDir: $!"; | opendir DIR, $TorrentDir or die "Couldn't opendir $TorrentDir: $!"; | ||
foreach (readdir DIR) { | foreach (readdir DIR) { |