in reply to Using $1,$2 etc in closures..
'commandi2' => sub { return ($1, 'who');}, [download]
@args = $commands->{'commandi2'}->(); [download]
C.