Help for this page

Select Code to Download


  1. or download this
    $y = $z;
    $z = $x->[2];
    ...
    ....
    $x->[$#$x - 1] = $x->[$#$x];
    pop @$x;