Help for this page

Select Code to Download


  1. or download this
    func2(func1(input1, input2), input3)
    
  2. or download this
    func1(input1, func2(input2, input3))
    
  3. or download this
    while (<>) {
        $line = $_;
    ...
        $line =~ s/}/)/g;
        print $line;
    }
    
  4. or download this
    proc1(input1, FUNC input2, input3) END
    FUNC input1, proc1(input2, input3) END
    
  5. or download this
    proc1(input1, FUNC input2, input3 END)
    FUNC input1, proc1(input2, input3) END