=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/ServerTorrents.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openbsd/OpenBSDTorrents/ServerTorrents.pl 2005/03/24 20:59:07 1.4 +++ openbsd/OpenBSDTorrents/ServerTorrents.pl 2005/03/25 03:12:33 1.5 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: ServerTorrents.pl,v 1.4 2005/03/24 20:59:07 andrew Exp $ +#$Id: ServerTorrents.pl,v 1.5 2005/03/25 03:12:33 andrew Exp $ use strict; use warnings; use diagnostics; @@ -13,8 +13,9 @@ %ENV = (); +#use YAML; -use YAML; +justme(); my $url_torrents = 'http://openbsd.somedomain.net/dumptorrents.php'; my $url_upload = 'http://openbsd.somedomain.net/newtorrents.php';