-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File::Find and local variables #851
Comments
From juergen.donnerstag@europe.eds.comI always try to avoid global variables. Unfortunately with File::Find that is E.g.: forward a file pattern to the function without use of a %hPara = ( wanted => \&sub_wanted, pattern => $pattern ); The changes I made to lib/File/Find.pm are
113c113
127c127
155c155
166c166
191c192
Juergen Perl Info
|
Migrated from rt.perl.org#1779 (status was 'resolved')
Searchable as RT1779$
The text was updated successfully, but these errors were encountered: