in reply to
http POST replies
use
CGI
;
or
use
CGI::Simple
;
or
use
CGI::Lite
;
Comment on
Re: http POST replies
Replies are listed 'Best First'.
Re^2: http POST replies
by
Anonymous Monk
on Aug 19, 2008 at 12:00 UTC
http://search.cpan.org/~lds/CGI.pm-3.40/CGI.pm#CREATING_A_FILE_UPLOAD_FIELD
http://search.cpan.org/src/LDS/CGI.pm-3.40/examples/file_upload.cgi
http://search.cpan.org/~andya/CGI-Simple-1.105/lib/CGI/Simple.pm#FILE_UPLOADS
http://search.cpan.org/src/SMYLERS/CGI-Lite-2.02/examples/upload
[reply]
In Section
Seekers of Perl Wisdom