Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use LWP::Simple qw(get);
    
    my $content = get('http://perlmonks.org/');