in reply to Re^2: DateTime::Format::Flexible; for Log Parse with multiple formatted lines
in thread DateTime::Format::Flexible; for Log Parse with multiple formatted lines

join only puts the first argument between array entries, not after each one

$myfixedlog =~ /......(ENDOFLINE)/smg
so there is no text ENDOFLINE after the last entry

  • Comment on Re^3: DateTime::Format::Flexible; for Log Parse with multiple formatted lines
  • Download Code