Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    
    my $ua=LWP::UserAgent->new;
    my $result=$ua->get('http://www.perlmonks.org');
    
  2. or download this
    open PIPE,"/usr/bin/lynx -source http://www.perlmonks.org|"
        or die $!;
    
  3. or download this
    sudo ln -s /dev/null /dev/ip