in reply to
Re: if && condition not working
in thread
if && condition not working
Thanks, Ikegami. I will use the string comparison. Do you know if I need to get rid of the / in the date? I can give it a try. Regards, Rakhee
Comment on
Re^2: if && condition not working
Replies are listed 'Best First'.
Re^3: if && condition not working
by
ikegami
(Patriarch)
on Mar 24, 2010 at 23:45 UTC
"/" equals "/", so no need to remove them.
gt
performs a
string
comparison, not a numerical one.
[reply]
[d/l]
In Section
Seekers of Perl Wisdom