Help for this page

Select Code to Download


  1. or download this
    ############################################################
    # @tableCellData = will be used to store 2 anonymous array
    ...
    # "0,0" "0,1" "1,0" "1,1" each on their own line.
    ##########################################################
    print "@table\n";
    
  2. or download this
    print "@table\n";
    
  3. or download this
    $tableCellData1[0] = "hereIsAnUpdate";
    
  4. or download this
    push @table, ("$tableCellDataxy");
    ^^^^^^^^^^^^^^^^^^^^