[EMAIL PROTECTED] wrote:
Hi Josh ,

I also seem to getting this error maybe use strict error: Bareword "Cwd::cwd" not allowed while "strict subs" in use at /sbcimp/run/pd/cpan/5.6.1-2002.03/lib/GD/Text.pm line 271. BEGIN failed--compilation aborted at /sbcimp/run/pd/cpan/5.6.1-2002.03/lib/GD/Text/Align.pm line 50. BEGIN failed--compilation aborted at /sbcimp/run/pd/cpan/5.6.1-2002.03/lib/GD/Graph.pm line 38. BEGIN failed--compilation aborted at /sbcimp/run... see compile error for rest
For which i have no clue except that probably GD::Graph::bars is not being allowed , is there any way of overcoming it.

Try to load GD modules outside "use strict" context, like with
PerlModule GD::Graph::bars

You can also try adding:

 no strict qw(subs);

to the file before you load GD::Graph::bars.  This seems to be about
GD modules not being "strict".

--Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to