Help for this page

Select Code to Download


  1. or download this
    # my %translate = (
    #   funca => [ qr/funca\( ([^,]+) , ([^,]+) ,([^,]+) ,([^)]+) \)/x,
    ...
    #   funcb => [ qr/funcb\( ([^,]+) , ([^,]+) ,([^,]+) ,([^)]+) \)/x,
    #             '"func($1,$2,,,$4)"' ],
    #);
    
  2. or download this
    funca(1,2,funcH(A,B,C),3)