Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $html = get "http://www.vandale.nl/opzoeken?pattern=Fetch&lang=en";
    die "Couldn't get it!" unless defined $html;
    print $html;