Help for this page

Select Code to Download


  1. or download this
    sub addtwo {
    
    ...
    }
    
    print addtwo([ { a => 1, b => 2, c => 3  }, { d => 4, e => 5 }, [ 6, 7
    +, 8 ], 9, 10, 11, [ 12, 13, 14 ] ]);