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. I think the best and simpler fix would be to turn @SAVED_SYMBOLS into a global variable instead of making it lexical. BTW I just integrated CGI 3.01 into bleadperl (change #21928 for the record.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
