On Tue, Jul 12, 2005 at 10:52:44PM -0400, James E Keenan wrote:
> >  qr// is the only 
> >thing I really miss.
> >
> >
> After spending/wasting a couple of hours trying to do regex tests with 
> just 'ok', I agree.

like() takes a string.

        like( $foo, qr/regex/ );  # same
        like( $foo, '/regex/' );  # thing


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
Ahh email, my old friend.  Do you know that revenge is a dish that is best 
served cold?  And it is very cold on the Internet!

Reply via email to