Help for this page
@range = $x .. $y; @slice = @x[ @range ];
@range = range($x,$y); @slice = @x[ @range ];