Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "$text\n";
    getstore($url, $text) or die "Can't download: $@\n";
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    #$m->content( format => 'text2.txt' );
    #print FILE $m;
    close FILE;