in reply to Re^6: Yet another CGI Upload problem - not like the others!
in thread Yet another CGI Upload problem - not like the others!

Both! With OO usage the data stream parse occurs when you create an object. So you have anytime up until then to set your config params. But with NON-OO use the data stream parse occurs at the time of the use (when you specify you are not going OO). CGI::Simple is primarily an OO module with the method interface added for CGI.pm compatibility.

cheers

tachyon

  • Comment on Re^7: Yet another CGI Upload problem - not like the others!