[ic] Adding a system wide module

Jeff Fearn jefffearn at gmail.com
Mon Jan 31 21:00:13 EST 2005


On Mon, 31 Jan 2005 17:07:57 -0800, Ron Phipps
<rphipps at reliant-solutions.com> wrote:
> Set AllowGlobal for this catalog in interchange.cfg and then in your
> inline perl block call it like this:
> 
> [perl global=1]
> 
> use Date::Calc qw(Day_of_Week Add_Delta_Days);
> 
> [/perl]
> 
> That should work for you, good luck!

This almost works, it causes an error though:

Safe: syntax error at
/usr/lib/perl5/site_perl/5.8.3/i386-linux/Date/Calc.pm line 104, near
"bootstrap Date::Calc "

bootstrap Date::Calc $VERSION; is what it chokes on, might be a fatal error :(

Jeff


More information about the interchange-users mailing list