Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: a lil help on file extension

by CukiMnstr (Deacon)
on Jun 10, 2003 at 02:46 UTC ( [id://264527]=note: print w/replies, xml ) Need Help??


in reply to a lil help on file extension

...and you probably want to stick a /i modifier, in case the extension is in uppercase, or mixed case:
unless ( $file_names =~ m/\.html?$/i ) { ... }

hope this helps,

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 16:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found