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