need script

Pàgina inicial
Adjunts:
Missatge com a correu electrònic
+ (text/plain)
Delete this message
Reply to this message
Autor: Kevin Buettner
Data:  
Assumpte: need script
On Apr 25, 10:31am, Eden Li wrote:

>     system ("mv $File::Find::dir/$_ $File::Find::dir/$lc");


You're probably better off using ``rename'' here in order to
avoid possible shell involvement.

Kevin