Help for this page

Select Code to Download


  1. or download this
    use strict "vars";
    
    ...
    $array[0][1]=5;                 #change value
    return (@array);                #return
    }