Help for this page

Select Code to Download


  1. or download this
    sub while_with_shift_push {
            my $ref;
    ...
            push( @$ref, shift( @cp ) ) while @cp;
            return $ref;
    }