Hi,
Is there anyway that i can get the result of a regexp match into
strings? In Perl i use qr to do this:
[...]
qr '(\w\w\w)\s(\d+?)\w+\s(\d\d:\d\d:\d\d)',
q '($month, $day, $time) = ($1, $2, $3)',
[...]
Hope this was clear enough.
--
Helge Aksdal