Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
        #test reply here, etc...
        
    }
    
  2. or download this
    #!/usr/bin/perl 
    # test_url.pl
    ...
     my $reply = get("http://$ip$url");
     warn "couldn't get $ip$url\n" unless defined $reply;
    }