Help for this page

Select Code to Download


  1. or download this
    open HTML, ">html.txt" or die "couldn't open html.txt: $!\n";
    
  2. or download this
    foreach my $line (@html) {
        $html .= $line;
    }