Help for this page

Select Code to Download


  1. or download this
    open(MENU, "\\\\servername\\sharename\\path\\tofile.inc") or die "Cann
    +ot open: $!";
    while (<MENU>) {print}
    close MENU;
    
  2. or download this
    #! C:/perl/bin/perl.exe -w
    
    ...
    
    print "Content-type: text/html\n\n";
    print $webpage;