Help for this page

Select Code to Download


  1. or download this
    while(<@INC>)
    
  2. or download this
    my @copy = @INC;
    while(defined($_ = shift(@copy))) {
      # push to @copy as necessary
    }