Guest_imported
New member
- Jan 1, 1970
- 0
I am curious to know how this statement works???
[tt]
find ( { wanted => \&change, no_chdir => 1}, @dirs );
[/tt]
I understand change is the subroutine but not sure about the rest of it?
wanted => ?
no_chdir ?
=> 1 ?
@dirs ?
Can you explain each word and symbol??