![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
comment on |
( #3333=superdoc: 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 reply to Re: javascript.pm ??
by miyagawa
|
|