o it in two steps; one changing the name to a
temporary name, and another changing it to lowercase.
-Original Message-
From: Michael Kelly
To: [EMAIL PROTECTED]
Sent: 2/28/02 9:58 PM
Subject: Re: Chaning case
On 2/28/02 9:33 PM, Daniel Falkenberg <[EMAIL PROTECTED]> wrote:
> G
On 2/28/02 9:33 PM, Daniel Falkenberg <[EMAIL PROTECTED]> wrote:
> G'day All,
>
> Quick question I want to be able to change all folders in a directory to
> lower case? Does any one know how I could do this using Perl?
>
> Would I go something like this?
>
> system('lc *');
>
> well somethin