Help for this page

Select Code to Download


  1. or download this
    %INC = %old_INC;
    
  2. or download this
    for (keys %INC) {
        delete $INC{$_} if ! $old_INC{$_};
    }