Help for this page
sub something { ... }
my $thing = sub { ... }
mysub( $one, $two );
@_ = ( $one, $two );