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