You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with remove_tree, when used with an optional hash argument. I have noticed that when I write:
my %args_remove_dir = ( verbose => $verbosity );
remove_tree("$BASEDIR/$RS", \%args_remove_dir);
The hash %args_remove_dir has been modified and now contains elements such as inode, prefix, cwd, etc. This means that if I use the same function later to remove another tree, I will get warnings about unrecognised options in remove_tree.
Is there a workaround to this problem ?
Thank you very much for your help !
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with remove_tree, when used with an optional hash argument. I have noticed that when I write:
The hash
%args_remove_dir
has been modified and now contains elements such as inode, prefix, cwd, etc. This means that if I use the same function later to remove another tree, I will get warnings about unrecognised options in remove_tree.Is there a workaround to this problem ?
Thank you very much for your help !
The text was updated successfully, but these errors were encountered: