Problem getting quotes

John Ralls jralls at ceridwen.us
Tue Jul 28 10:17:45 EDT 2015


> On Jul 27, 2015, at 11:13 PM, Hajo Hindriks <hhn10 at gmx.net> wrote:
> 
> ok, I ran the perl command from a regular cmd, a cmd with admin rights and the perl cmd, all produce the same output:
> 
> D:\Hajo>perl -e "print(join(qq(\n), @INC));"
> C:/Tools/StrawberryPerl/perl/site/lib
> C:/Tools/StrawberryPerl/perl/vendor/lib
> C:/Tools/StrawberryPerl/perl/lib
> .
> D:\Hajo>
> 
> Manip.pm and DM6.pm are found in the following place:
> 
> C:\Tools\StrawberryPerl\perl\site\lib\Date\Manip.pm
> C:\Tools\StrawberryPerl\perl\site\lib\Date\Manip\DM6.pm

OK. Try running this:

perl -MDate::Manip -e “Date_Init('TZ=UTC');”

and see if you get the same error about $main::Date_Init. You should instead get a warning about TZ being deprecated.

Regards,
John Ralls






More information about the gnucash-user mailing list