need script
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Eden Li at
2001-04-25 17:31
Jean Francois at
2001-04-25 22:22
Attachments:
Message as email
(text/plain)
Author:
Kevin Buettner
Date:
2001-04-25 17:56
UTC
Subject:
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