Help for this page

Select Code to Download


  1. or download this
        @array = (@array,$d1_value,$d2_value);
    
  2. or download this
        push @array, $d1_value, $d2_value;