Help for this page

Select Code to Download


  1. or download this
    my %arg_xlate = ( func1 => sub { "proc1{$_[0]}" }
                    , func2 => sub { "FUNC $_[0] END" } );
    ...
    __DATA__
    func1(input1, func2(input2, input3))
    func2(func1(input1, input2), input3)