Help for this page

Select Code to Download


  1. or download this
    open(HTMLFILE, ">pingresults.html") || die "Couldn't open pingresults\
    +n";
    print HTMLFILE "$HTML\n";
    
  2. or download this
    print HTMLFILE "This will print to file";
    print "This will print to STDOUT";