Help for this page

Select Code to Download


  1. or download this
    sub printRow{
      #input the row number
    ...
    }
    # and later:
    &printRow(@d_array);
    
  2. or download this
    $d_array[$line_number]= [@field];