Help for this page

Select Code to Download


  1. or download this
        splice @array,$#array-4,5;
    
  2. or download this
        my @poped = splice @array,$#array-4,5;
        my $val0 = $poped[0];