Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: Re: if contains

by pfaut (Priest)
on Jul 05, 2003 at 15:47 UTC ( [id://271638]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: if contains
in thread if contains

Actually while $ does usually have a special meaning, Perl seems to try to do the Right Thing:
print 'aha' if('ab$de' =~ /$/);

print 'aha' if 'abcde' =~ /$/ also prints 'aha'. I do believe it's matching end of line, not the dollar sign.

90% of every Perl application is already written.
dragonchild

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found