Help for this page

Select Code to Download


  1. or download this
    @array = ( 'a', 'b', 'c', 'd', 'e' );
    @s = splice @array, 1, 2;