in reply to Recursive Path
Use the core module Cwd if you need the current directory. Use another core module, File::Find if you want to process files from there.
HTH.
Update:
D'oh, $0 and other fun variables are documented in perldoc perlvar, not perldoc perlop.
|
|---|