in reply to (Ovid) Re: Uploading via HTML/Using CGI.pm
in thread Uploading via HTML/Using CGI.pm

That's easy when you use CGI.pm.
use CGI qw(:standard); print hr, start_multipart_form, filefield('fieldname'), submit, end_form, hr;

-- Randal L. Schwartz, Perl hacker