Help for this page
func3( func2( func1() ) );
use subs qw/foo bar baz/; ... sub baz { map { $_--; } @_; # also chainging @_; }