Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    my $url = 'http://www.example.com';
    my $content = get $url;
    
  2. or download this
    use HTML::TableExtract;
    
    ...
            print $outfh join ( "\t", map { defined $_ ? $_ : ''; } @$row 
    +), "\n";
        }
    }