in reply to Re: split to get the dir name
in thread split to get the dir name
Anyway - here is a minor variation on his code to enable processing/printing:
foreach( glob './*'){ print qq($_\n); # if necessary # Do some work with the file name (available as $_) };
|
|---|