Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    my $cgiObj = new CGI;
    my $addr_to_ping=$cgiObj->param('ip_address');
    
  2. or download this
    #!/usr/bin/perl
    #Client Script
    use strict;
    ...
        exit(1);
    }
    
  3. or download this
    #!/usr/bin/perl
    #Server Script
    ...
    }