Help for this page

Select Code to Download


  1. or download this
    func3( func2( func1() ) );
    
  2. or download this
    use subs qw/foo bar baz/;
    
    ...
    sub baz {
        map { $_--; } @_; # also chainging @_;
    }