in reply to Date Handling in Perl
I really appreciate everyone's advice. I even learned something about ternary conditional operators along the way! How I have addressed the issue for now is related to the suggestion by hbm:
my $yesterDay = `date -d "1 day ago" +%d`;I'm keeping an eye on the Perl script and I am hoping this method will work. Thanx again!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Date Handling in Perl
by Anonymous Monk on Jul 11, 2012 at 20:29 UTC | |
Re^2: Date Handling in Perl
by hbm (Hermit) on Jul 11, 2012 at 19:20 UTC | |
by joeymac (Acolyte) on Jul 11, 2012 at 19:57 UTC | |
by hbm (Hermit) on Jul 11, 2012 at 20:25 UTC |