in reply to netBEUI win32 CGI and other stuff
open(FILE),'<\\\\server\\path\\to\\file') or die $!; while (<FILE>) { print; } close(FILE); [download]