use strict; sub read_CGI_Variables { my %in; # Win32/DOS allows forward slashes ! $in{"file1"} = "c:/uploads/myfile.tmp"; }; read_CGI_Variables(); print "Uploaded ",$in{"file1"},"\n"; #### perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web