Help for this page

Select Code to Download


  1. or download this
    @range = $x .. $y;
    @slice = @x[ @range ];
    
  2. or download this
    @range = range($x,$y);
    @slice = @x[ @range ];