![]() |
|
P is for Practical | |
PerlMonks |
Re: javascript.pm ??by miyagawa (Chaplain) |
on Jan 03, 2002 at 22:23 UTC ( #136025=note: print w/replies, xml ) | Need Help?? |
You'd better comment out use CGI::Carp qw(fatalsToBrowser); in your script. fatalsToBrowser installs new $SIG{__DIE__} to your script, thus do harm with eval codes. I guess URI module does try to require URI::javascript with eval() in vain.
--
In Section
Seekers of Perl Wisdom
|
|