sub something { ... } #### my $thing = sub { ... } #### mysub( $one, $two ); #### @_ = ( $one, $two );