On Mon, Dec 16, 2002 at 06:57:40PM -0500, Dan Sugalski wrote: > Folks, > > Just a reminder--our minimum requirements for build, at the moment, > is an ANSI89 compliant C compiler (Hosted version, I think--whatever > has a full set of headers) and perl 5.005_03. At some point we may > raise the perl minimum to 5.6.0, but not right yet. That does mean > some of the new features of perl, such as warnings or regex objects, > can't be used.
qr came in at 5.005, presumably 5.005_00 $ perl5.00503 -wle '$a = qr/[^white]/; print "Got qr" if "black" =~ $a' Got qr I presume you mean 5.005, rather than no qr because we want 5.004. Nicholas Clark