in reply to Re^2: Perl Newbie
in thread Perl Newbie

Try running your code in the debugger. Does the $j::date variable get assigned? Perhaps you need it to look like the old one (I mean, the same format, try Date::Parse and strftime("%F %T",str2time($j::date))).
Sorry if my advice was wrong.