Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    open(HTMLFILE, ">pingresults.html") || die "Couldn't open pingresults\
    +n";
    print HTMLFILE "$HTML\n";
    close (HTMLFILE);
    
  2. or download this
    print "$HTML\n";