Help for this page

Select Code to Download


  1. or download this
    #(no this isn't my actuall code but a simplified example)
    
    ...
    # create an array @alpha with value from $alpha, etc
    push ( @($vars[$i]), $($vars[$i]);
    }
    
  2. or download this
     
    push (@num, $num) and push (@alpha, $alpha)