in reply to Re^4: Logfile to HTML and MIME EMail table
in thread Logfile to HTML and MIME EMail table
$Wtable->addRow(map { $_ // "" } (split /\s\s+/, $Wlog->readline)[0 .. + 6]) for (1..24);
Note that this will mean any lines containing more than 7 elements will be truncated.
Updated for brain fart
|
|---|