Help for this page

Select Code to Download


  1. or download this
    open(FH,"../top.html") || die "couldn't open file $!\n";
       my @html=<FH>;
       close(FH);
       print @html;