Stas Bekman wrote:
When uploading a file via LWP, and just doing a simple CGI->new() with blead perl I started to get warnings:
Variable "@SAVED_SYMBOLS" is not available at (eval 159) line 3.
This warning has been added recently to bleadperl by Dave Mitchell as part of his work on closures. Look it up in bleadperl's perldiag.pod.
rgs++, thanks for this heads up!
I think the best and simpler fix would be to turn @SAVED_SYMBOLS into a global variable instead of making it lexical.
I'll leave it to Lincoln to decide what to do about it, as I haven't digged into that code.
BTW I just integrated CGI 3.01 into bleadperl (change #21928 for the record.)
Great, thanks again!
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
