Help for this page

Select Code to Download


  1. or download this
    @arr = $p{$num};
    
  2. or download this
    push @p, @x;
    push @p, @y;
    
  3. or download this
    push @p, $_ for @x, @y;