
Change file extensions in specific subfolders.
Quote:
>I need to change html files to shtml in
>folders with the same name (all within
>a complex folder tree).
perldoc -f rename
perldoc -X File::Find
If the contents of shtml files are
different from html files you will
also need to read the perldoc for
the following functions:
open, die, print, while, close and s///
Quote:
>Someone help me out?
>Or maybe a good perl site for starters?
www.perldoc.com
web.stonehenge.com/merlyn
www.perl.com
theoryx5.uwinnipeg.ca/CPAN/cpan-search.html
Regards,
Helgi Briem