in reply to Multiple File Rename

Use perldoc -f xxx to see the docs for function xxx (perldoc -f rename for example). opendir, readdir and closedir are the directory scanning tools.

Update: s/scandir/readdir/ - thanks kcott.

True laziness is hard work

Replies are listed 'Best First'.
Re^2: Multiple File Rename
by kcott (Archbishop) on Jul 11, 2011 at 07:19 UTC

    Should that be readdir instead of scandir?

    -- Ken