Help for this page

Select Code to Download


  1. or download this
    return @{$_[0]} if $idx == -1;
    
  2. or download this
    sub purge_this_one
    {
    ...
        splice( @$aref, $idx, 1 );
        return @$aref;
    }