ppp has asked for the wisdom of the Perl Monks concerning the following question:
Address: 100.64.52.98 Time Fri Jan 16 21:44:35 2015 End
How to extract "21:44:35" from it ?
my try ismy ($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8,$a9, $a10,$a11) = split +//, $line;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to get an integer substring between two strings
by Athanasius (Archbishop) on Jan 17, 2015 at 08:14 UTC | |
Re: How to get an integer sub string between two string
by Corion (Patriarch) on Jan 17, 2015 at 08:05 UTC | |
Re: How to get an integer sub string between two string
by Anonymous Monk on Jan 17, 2015 at 08:09 UTC | |
by Krambambuli (Curate) on Jan 17, 2015 at 09:51 UTC | |
by Anonymous Monk on Jan 17, 2015 at 10:51 UTC |