=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/CurrentTorrents.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/03/24 00:32:02 1.5 +++ openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/03/25 03:12:05 1.6 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: CurrentTorrents.pl,v 1.5 2005/03/24 00:32:02 andrew Exp $ +#$Id: CurrentTorrents.pl,v 1.6 2005/03/25 03:12:05 andrew Exp $ use strict; use warnings; use diagnostics; @@ -13,6 +13,8 @@ %ENV = (); #use YAML; + +justme(); my %files; opendir DIR, $TorrentDir or die "Couldn't opendir $TorrentDir: $!";