in reply to Log file regex
If you are happy to separate your fields upon spaces:
Now, @fields[0] contains 'Sat', @fields[1] contains 'Jun' and so on.$line = 'Sat Jun 4 05:56:00 BST 2005 INFO: PD/ZVKK Load: Starting.'; my @fields = split / /, $line;
Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')
Don't fool yourself.
|
|---|