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

this generated the repetitive date 19700101

Did you have capture brackets around the date ?

if($_=~/$first/) { $_=~/(\d+\/\d+\/\d+)/; # ^ ^
poj
  • Comment on Re^4: time::piece Error parsing time at /usr/lib64/perl5/Time/Piece.pm line 469
  • Download Code