- or download this
<booradley> $_="";
<booradley> if (samanda) {print "eek"}
...
<booradley> if (s amanda) {print "eek $_"}
<booradley> (to be a little clearer)
<Juerdje> deparse it
- or download this
<Juerdje> samanda seems to be an unquoted string, and therefore
always true
...
<Juerdje> booradley: if the space were optional, it'd be
a regex, but the space can only be
left out for non-alphanumeric characters
- or download this
*booradley tries using a unicode character for a delimiter.
<Juerdje> hmmm
...
<Juerdje> looks like a normal chr(255)
<Juerdje> hmmm
<Juerdje> 225
- or download this
$_="I am you";
print if (sámándá);