Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple qw( get );
    my $data = get($url);
    open(IN, '<', \$data);
    while (<IN>) {
    ...