Hi All,

Where is my booboo?

$ p6 'my$x="abcd"; if $x.contains("b" && not "q") {say "y"}else{say "n"};'

n


In the mean time, I will ue
    if $x.contains("b") && not $x.contains( "q" )


Many thanks,
-T

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When you say, "I wrote a program that
crashed Windows," people just stare at
you blankly and say, "Hey, I got those
with the system, for free."
     -- Linus Torvalds
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to