Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            open OUT, ">$filename" or die $!;
            print "file $filename \n";
            $mech->get($get_file) ;
    
  2. or download this
    my $get_file = "http://securities.stanford.edu/filings-case.html?id=$l
    +ine";