Now $date[0] is 'Fri', $date[1] is 'Nov' and so forth. If you're weary of using chop, you can always use substr instead.chop($date_string); # Remove colon my @date = split(' ', $date_string);
In reply to Re: Regular Exp parsing
by tadman
in thread Regular Exp parsing
by Cupojava
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |