pragma/warnings.....PROG:
# regcomp.c [S_regclass S_regclassutf8]
use warnings 'unsafe' ;
$a =~ /[a\zb]/ ;
no warnings 'unsafe' ;
$a =~ /[a\zb]/ ;
EXPECTED:
/[a\zb]/: Unrecognized escape \z in character class passed through at - line 3.
GOT:
/[a\zb]/: Unrecognized escape \ in character class passed through at - line 3.
FAILED at test 247
Perl Info
Site configuration information for perl 5.00563:
Configured by nick at Wed Dec 15 12:01:31 GMT 1999.
Summary of my perl5 (revision 5.0 version 5 subversion 63) configuration:
Platform:
osname=solaris, osvers=2.8, archname=sun4-solaris
uname='sunos billy 5.8 s28_35 sun4u sparc sunw,ultra-5_10 '
config_args='CC=gcc'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
use64bits=define usemultiplicity=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.8.1
cppflags='-I/usr/local/include'
ccflags ='-I/usr/local/include -DUSE_LONG_LONG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc -lcrypt -lsec
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Locally applied patches:
@INC for perl 5.00563:
lib
/home/nick/lib/perl5/5.00563/sun4-solaris
/home/nick/lib/perl5/5.00563
/home/nick/lib/site_perl/5.00563/sun4-solaris
/home/nick/lib/site_perl
.
Environment for perl 5.00563:
HOME=/home/nick
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH=/home/nick/lib/:/home/nick/bin/:/usr/local/lib:
LOGDIR (unset)
PATH=/home/nick/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/bin:/usr/bin:/usr/ucb:/usr/bin/X11:/usr/local/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/etc:/home/scot/bin:/data0/app/oracle/product/8.0.5/bin
PERL_BADLANG (unset)
SHELL=/usr/local/bin/bash
Migrated from rt.perl.org#1895 (status was 'resolved')
Searchable as RT1895$
The text was updated successfully, but these errors were encountered: