my $coderef = sub{ print @_; }; $coderef->( 'Some', 'args' ); # Prints 'someargs'