....

> differ)  How can I  find the file in any tree or directory.

perldoc -m File::Find
perldoc -f  glob
perldoc -f  opendir
perldoc -f  readdir

>  
> Second :
> I want to delete the normal.dot and replace it with the normal.dot that

perldoc -f unlink
perldoc -m File::Copy

HTH,
Bee


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to