in reply to Re: time::piece Error parsing time at /usr/lib64/perl5/Time/Piece.pm line 469
in thread time::piece Error parsing time at /usr/lib64/perl5/Time/Piece.pm line 469
eval{ $date = Time::Piece->strptime($1, '%m/%d/%Y') }; if ($@){
Please don't, see Bug in eval in pre-5.14. At least, use
if (eval { $date = Time::Piece->strptime($1, '%m/%d/%Y'); 1 }) { # ~~~~~
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: time::piece Error parsing time at /usr/lib64/perl5/Time/Piece.pm line 469
by darkwell (Initiate) on Mar 07, 2018 at 01:02 UTC | |
by hippo (Archbishop) on Mar 07, 2018 at 09:01 UTC | |
by poj (Abbot) on Mar 07, 2018 at 11:04 UTC |