NodeReaper
has asked for the wisdom of the Perl Monks concerning the following question:
Comment on
where should I put &CGI::MULTIPART in CGI script?
Replies are listed 'Best First'.
Re: where should I put &CGI::MULTIPART in CGI script?
by
wanadlan
(Initiate)
on Jan 23, 2003 at 04:36 UTC
is the &CGI::multipart put as below?
#!/usr/bin/perl
use &GCI::MULTIPART
and is this module already exist in perl.
[reply]
Back to
Seekers of Perl Wisdom