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
so there is no text ENDOFLINE after the last entry$myfixedlog =~ /......(ENDOFLINE)/smg
|
|---|