in reply to Re: Debugging without shell access?
in thread Debugging without shell access?

Where is ParseDate defined? Don't you need to include Date::Manip or something?

Like others, I'm still confused by you saying you tested this on a local environment - that script would never have worked running under apache/cgi - did you just capture the output to file and open the file in a browser? That is not the same thing...

<update>I've just noticed - you've commented out Date::Manip, but you are still using ParseDate in your code. Fix that and try again...</update>

Tom Melly, tom@tomandlu.co.uk

Replies are listed 'Best First'.
Re^3: Debugging without shell access?
by derby (Abbot) on Oct 30, 2006 at 17:47 UTC

    That shouldn't be a problem since parse_date is never called.

    -derby

      True - I noticed shortly after I posted. OP, could your shebang be wrong?

      Tom Melly, tom@tomandlu.co.uk