Help for this page

Select Code to Download


  1. or download this
      my @temp = (2,3,4);
      $selects[0] = [@temp];
    
  2. or download this
      $refdates = $selects[0];
      @workdts = @$refdates;
    
  3. or download this
      @workdts = @$selects[0];