Help for this page

Select Code to Download


  1. or download this
    # @c = grep !defined, @c;
    # is O(N) speed, O(N) memory.
    ...
    }
    
    $#c = $last;
    
  2. or download this
    pop @c while $#c > $last;