Problem getting quotes

Hajo Hindriks hhn10 at gmx.net
Tue Jul 28 12:42:34 EDT 2015


Hi John, as you expected, the output is different :-)

C:\Program Files (x86)\GnuCash\bin>perl -MDate::Manip -e 
"Date_Init('TZ-UTC');"
ERROR: invalid Date_Init argument: TZ-UTC

If I understand correctly this confirms that it can find Date::Manip, 
right?

On 28.07.2015 16:17, John Ralls wrote:
>> 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
>
>
>
>
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.



More information about the gnucash-user mailing list