Help for this page

Select Code to Download


  1. or download this
    <booradley> $_="";
    <booradley> if (samanda) {print "eek"}
    ...
    <booradley> if (s amanda) {print "eek $_"}
    <booradley> (to be a little clearer)
    <Juerdje> deparse it
    
  2. 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
    
  3. 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
    
  4. or download this
    $_="I am you";
    print if (sámándá);