Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Only Works in UPPER CASE

by fundflow (Chaplain)
on Jan 04, 2001 at 03:28 UTC ( [id://49641]=note: print w/replies, xml ) Need Help??


in reply to Re: Only Works in UPPER CASE
in thread renaming files

Corret about the /i thing.

Also, instead of filtering out using grep, you can just glob the files that you are looking for by:

foreach my $thumbFile (glob('*.TMB')) {...}
(I left the core like the original question, just to make it easy for the guy/gal in the original post)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-04-23 17:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found