need script

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Kevin Buettner
Data:  
Asunto: 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