in reply to Re^2: Best way to compare date strings
in thread Best way to compare date strings

I downloaed the modules again and installed them, still get strange errors
$ perl test.pl Scalar found where operator expected at (eval 4) line 1, near "%+$nano +second" (Missing operator before $nanosecond?) syntax error at (eval 4) line 1, near "%+$nanosecond"

Replies are listed 'Best First'.
Re^4: Best way to compare date strings
by davorg (Chancellor) on Jan 04, 2006 at 16:59 UTC

    It looks like you might have cut and pasted the code from your browser instead of using the 'download' link. That will add extra '+' characters into the code where it get split on a line break.

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg