in reply to
get the filename from CGI::UploadEasy
foreach (keys %info){ print; }
[download]
this will give you the names
Comment on
Re: get the filename from CGI::UploadEasy
Download
Code
Replies are listed 'Best First'.
Re^2: get the filename from CGI::UploadEasy
by
Anonymous Monk
on Apr 04, 2006 at 00:23 UTC
you missed the reference!
[reply]
In Section
Seekers of Perl Wisdom