XP is just a number | |
PerlMonks |
Re: Re: Re: How to check if a word is reservedby Chmrr (Vicar) |
on Jun 13, 2003 at 06:49 UTC ( [id://265597]=note: print w/replies, xml ) | Need Help?? |
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'
In Section
Seekers of Perl Wisdom
|
|