I was wondering if it's possible to split() it using a regex-type function to get the number saved and then everything else.
my ($one, $two) = split("\d+\s+", $line);
Is this possible? I know I could just regex this baby out but thought I'd ask.
In reply to can split() use a regex? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |