Help for this page

Select Code to Download


  1. or download this
    sub something {
        ...
    }
    
  2. or download this
    my $thing = sub {
        ...
    }
    
  3. or download this
    mysub( $one, $two );
    
  4. or download this
    @_ = ( $one, $two );