in reply to Re: Time::Format string that works in cli crashes cgi
in thread Time::Format string that works in cli crashes cgi

Thank you Perlbotics!

I placed

BEGIN{ $Time::Format:: NOXS=1;} use Time::Format;

And now it works! Now.. I see your explanation.. but .. still.. this is cryptic as all heck..

Why does this crash via cgi but not cli???

Replies are listed 'Best First'.
Re^3: Time::Format string that works in cli crashes cgi
by Anonymous Monk on Jan 08, 2009 at 07:56 UTC
    The error log would have a clue, probably permissions.