- or download this
open(HTMLFILE,">pingresults.html") || die "Couldn't open pingresults";
close (HTMLFILE);
- or download this
open(HTMLFILE, ">pingresults.html") || die "Couldn't open pingresults\
+n";
print HTMLFILE "$HTML\n";
close (HTMLFILE);
- or download this
# open(HTMLFILE, ">pingresults.html") || die "Couldn't open pingresult
+s\n";
print STDOUT "$HTML\n";
# close (HTMLFILE);