in reply to Parsing arguments with surrounding garbage.
$string = 'garbage validcommand 1234 221 garbage 999 213'; $string =~ m/validcommand\s+((\d+\s+)+)/; @args = split ' ',$1; [download]
-- I'd like to be able to assign to an luser