Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Code Smarter

by I0 (Priest)
on Dec 31, 2000 at 22:41 UTC ( [id://49117]=note: print w/replies, xml ) Need Help??


in reply to Re: Code Smarter
in thread Code Smarter

m/\.mp3$/or substr($_,-4)eq".mp3"

Replies are listed 'Best First'.
Re: Re: Re: Code Smarter
by ichimunki (Priest) on Jan 01, 2001 at 00:17 UTC
    Anyone know which of these is the faster expression (intuitively speaking, not looking for a benchmark)? Doesn't the RE have to do a lot of work to get to the end of each string passed, whereas substr simply clips? The only thing to remember is to either test .MP3 as well or do lc() on the substr().
      My Benchmark shows the RE slightly faster.

Log In?
Username:
Password:

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

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

    No recent polls found