Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: file case change

by ChOas (Curate)
on Mar 15, 2002 at 12:26 UTC ( [id://151966]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    for (readdir DIR) {
    ...
        rename("$path/$_", lc("$path/$_")) or print "Couldn't rename $file
    +: $!\n";
    }
    
  2. or download this
    
    for (readdir DIR) {
    ...
        rename("$path/$_", lc("$path/$_")) or print "Couldn't rename $_: $
    +!\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://151966]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found