for ($tied) { ... local $_ = 'i am a nice parameter'; testy(); ... }
No problem:
for ($tied) { ... local *_; $_ = 'i am a nice parameter'; testy(); ... }
No problem:
for ($tied) { ... testy() for 'i am a nice parameter'; ... }
In reply to Re^2: File::Find and $_ in the wanted sub
by ikegami
in thread File::Find and $_ in the wanted sub
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |