Help for this page

Select Code to Download


  1. or download this
    use IO::File;
    my $file = IO::File->new('>carddb.txt') or die $!;
    
  2. or download this
    use LWP::Simple 'get';
    use strict;
    ...
    }
    
    print STDOUT "Done!\n";