in reply to Re: CGI.pm file uploads in very generic script
in thread CGI.pm file uploads in very generic script
So, if we have:
is 'foo' now "junk$something" or is it ["junk", "$something"]?$q->param('foo', 'junk'); $q->append('foo', "$something");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CGI.pm file uploads in very generic script
by pjf (Curate) on Nov 14, 2001 at 05:09 UTC |