Help for this page

Select Code to Download


  1. or download this
        @$ItemListRef = (@$ItemListRef,$NumOut, "\t");
    
  2. or download this
    push @$ItemListRef, $NumOut, "\t";
    
  3. or download this
    print join "\t", @ItemList;