Failure to deref \%title

Ovid publiustemp-londonpm at yahoo.com
Mon Jun 4 11:06:00 BST 2007


----- Original Message ----
From: Paul Makepeace <paulm at paulm.com>

> Get it before they spot it -
>
> http://www.forbes.com/feeds/ap/2007/05/31/ap3777098.html

All of our test suites check for junk like this in our Web pages:

                # Check for stringified references like GLOB(0xdeadf00f)
                'interpolated reference' => qr/
                    (
                        (?: (?: \w+ :: )* \w+ = )?  # Module name
                        [A-Z]{2,6}                  # HASH, GLOB etc
                        \( 0x [[:xdigit]]{3,8} \)       # Address in hex
                    ) /x,


(I didn't write that regex)

It's just one of many things folks should be doing :/

Cheers,
Ovid






More information about the london.pm mailing list