in reply to Re^3: 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
Did you have capture brackets around the date ?
pojif($_=~/$first/) { $_=~/(\d+\/\d+\/\d+)/; # ^ ^
|
|---|