Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Re: How to check if a word is reserved

by Chmrr (Vicar)
on Jun 13, 2003 at 06:49 UTC ( [id://265597]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: How to check if a word is reserved
in thread How to check if a word is reserved

It's hard to spot when they look paired like that, as they do wholly different things. Proof by example:

perl -e 'print "x is a reserved word!\n" x 3;'
perl -e '$a = "y is a _synonym_ for tr\n"; $a =~ y/_//d; print $a;'

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'

Replies are listed 'Best First'.
Re: Re: Re: Re: How to check if a word is reserved
by Popcorn Dave (Abbot) on Jun 13, 2003 at 16:01 UTC
    Yes, now that you show me that, I see. That hadn't even occured to me last night. Must have been too tired. Thanks!

    There is no emoticon for what I'm feeling now.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found