[22018] in Perl-Users-Digest
Perl-Users Digest, Issue: 4240 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Dec 10 11:06:51 2002
Date: Tue, 10 Dec 2002 08:05:08 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Tue, 10 Dec 2002 Volume: 10 Number: 4240
Today's topics:
"make test" problems (perl-5.8.0, AIX 5.1) <roth@uiuc.edu>
ANNOUNCE: POE 0.24 Released <troc@netrus.net>
Re: convert a date-time to an absolute value (in second <dave@dave.org.uk>
Re: Getting a URL Page (Tad McClellan)
Re: log file monitor (Tad McClellan)
Re: need to create 2 perl administration scripts for wi <hamunaptra@pandora.be.NOSPAM>
open <David.Nowak_NS@libertysurf.fr>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Tue, 10 Dec 2002 15:46:43 GMT
From: "Mark D. Roth" <roth@uiuc.edu>
Subject: "make test" problems (perl-5.8.0, AIX 5.1)
Message-Id: <slrnavc38h.8pi.roth@segfault.cso.uiuc.edu>
I'm trying to build perl-5.8.0 under AIX 5.1, but four of the test
modules are failing. I tried building with both Visual Age C compiler
version 5.0.2.8 and 6.0.0.1, with the same result.
I've tried to include all the relevant details here, but please let me
know if you need any other information about my configuration.
First, here's what my platform looks like:
----------------------------------------------------------------------------
$ uname -a
AIX short-test3 1 5 004352C84C00
$ oslevel
5.1.0.0
$ oslevel -r
5100-03
----------------------------------------------------------------------------
Next, here's how perl is configured:
----------------------------------------------------------------------------
$ ./perl -Ilib -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=aix, osvers=5.1.0.0, archname=aix
uname='aix short-test3 1 5 004352c84c00 '
config_args='-de -Dmksymlinks -Dprefix=/usr/local/encap/perl-5.8.0 -Dprivlib=/usr/local/encap/perl-5.8.0/lib/perl/5.8.0 -Dsiteprefix=/usr/local -Uinstallusrbinperl -Dperladmin=none -Dstartperl=/usr/local/bin/perl -Dpager=/bin/more'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -I/usr/local/include -q32 -D_LARGE_FILES -qlonglong',
optimize='-O',
cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -I/usr/local/include'
ccversion='6.0.0.1', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='ld', ldflags =' -brtl -L/usr/local/lib -b32'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lbind -lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW
perllibs=-lbind -lnsl -ldl -lld -lm -lc -lcrypt -lbsd -lPW
libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -bE:/usr/local/encap/perl-5.8.0/lib/perl/5.8.0/aix/CORE/perl.exp'
cccdlflags=' ', lddlflags=' -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -bnoentry -lc -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under aix
Compiled at Dec 9 2002 18:00:47
@INC:
lib
/usr/local/encap/perl-5.8.0/lib/perl/5.8.0/aix
/usr/local/encap/perl-5.8.0/lib/perl/5.8.0
/usr/local/lib/site_perl/5.8.0/aix
/usr/local/lib/site_perl/5.8.0
/usr/local/lib/site_perl
.
----------------------------------------------------------------------------
Here are the modules that are failing. First,
ext/Devel/DProf/DProf.t:
----------------------------------------------------------------------------
$ ./perl ext/Devel/DProf/DProf.t
1..18
# lib/dprof/test1_t...# 1 wallclock secs ( 0.39 cusr + 0.33 csys = 0.72 CPU)
not ok 1
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
main::bar
main::foo
main::bar
}
not ok 2
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
main::bar
main::foo
main::bar
}
not ok 3
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
main::bar
main::foo
main::bar
}
not ok 4
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
main::bar
main::foo
main::bar
}
# lib/dprof/test2_t...# 0 wallclock secs ( 0.44 cusr + 0.29 csys = 0.73 CPU)
not ok 5
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::bar
main::baz
main::bar
main::bar
main::bar
main::foo
main::bar
main::foo
main::bar
}
not ok 6
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::bar
main::baz
main::bar
main::bar
main::bar
main::foo
main::bar
main::foo
main::bar
}
not ok 7
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar (2x)
main::baz
main::bar (3x)
main::foo
main::bar
main::foo
main::bar
}
not ok 8
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar (2x)
main::baz
main::bar (3x)
main::foo
main::bar
main::foo
main::bar
}
# lib/dprof/test3_t...# 1 wallclock secs ( 0.38 cusr + 0.36 csys = 0.74 CPU)
not ok 9
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
}
not ok 10
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
}
ok 11
not ok 12
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
}
# lib/dprof/test4_t...# 0 wallclock secs ( 0.39 cusr + 0.36 csys = 0.75 CPU)
not ok 13
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::bar
main::baz
main::bar
main::bar
main::bar
main::foo
main::bar
main::foo
main::bar
}
not ok 14
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::bar
main::baz
main::bar
main::bar
main::bar
main::foo
main::bar
main::foo
main::bar
}
not ok 15
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar (2x)
main::baz
main::bar (3x)
main::foo
main::bar
main::foo
main::bar
}
not ok 16
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar (2x)
main::baz
main::bar (3x)
main::foo
main::bar
main::foo
main::bar
}
# lib/dprof/test5_t...# 1 wallclock secs ( 0.39 cusr + 0.34 csys = 0.73 CPU)
not ok 17
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::foo1
main::bar
main::yeppers
main::foo2
main::bar
main::yeppers
}
# lib/dprof/test6_t...# 1 wallclock secs ( 0.41 cusr + 0.33 csys = 0.74 CPU)
not ok 18
Result
{Bareword found where operator expected at ../utils/dprofpp line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/dprofpp line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/dprofpp line 276.
}
Expected
{main::bar
main::baz
main::bar
main::foo
main::bar
main::foo
main::bar
}
----------------------------------------------------------------------------
Next, lib/h2ph.t:
----------------------------------------------------------------------------
$ ./perl lib/h2ph.t
1..2
Bareword found where operator expected at ../utils/h2ph line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../utils/h2ph line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../utils/h2ph line 5.
not ok 1
lib/h2ph.ph : No such file or directory at lib/h2ph.t line 23.
----------------------------------------------------------------------------
Next, lib/h2xs.t:
----------------------------------------------------------------------------
$ ./perl lib/h2xs.t
1..113
ok 1 - open 'h2xst.h'
ok 2 - close 'h2xst.h'
not ok 3 - running ./perl "-I../lib" "-I../../lib" ../utils/h2xs -f -n h2xst 2>&1
# Failed test (lib/h2xs.t at line 158)
# got: 65280
# expected: 0
not ok 4 - running ./perl "-I../lib" "-I../../lib" ../utils/h2xs -f -n h2xst 2>&1
# Failed test (lib/h2xs.t at line 169)
# got: 'Bareword found where operator expected at ../utils/h2xs line 1, near "/bin/perl"
# (Missing operator before perl?)
# syntax error at ../utils/h2xs line 1, near "/usr/local"
# BEGIN not safe after errors--compilation aborted at ../utils/h2xs line 5.
# '
# expected: 'Defaulting to backwards compatibility with perl 5.8.0
# If you intend this module to be compatible with earlier perl versions, please
# specify a minimum perl version with the -b option.
#
# Writing h2xst/ppport.h
# Writing h2xst/h2xst.pm
# Writing h2xst/h2xst.xs
# Writing h2xst/fallback/const-c.inc
# Writing h2xst/fallback/const-xs.inc
# Writing h2xst/Makefile.PL
# Writing h2xst/README
# Writing h2xst/t/1.t
# Writing h2xst/Changes
# Writing h2xst/MANIFEST
# '
Can't stat h2xst: No such file or directory
at lib/h2xs.t line 172
not ok 5 - check for h2xst/ppport.h
# Failed test (lib/h2xs.t at line 183)
not ok 6 - check for h2xst/h2xst.pm
# Failed test (lib/h2xs.t at line 183)
not ok 7 - check for h2xst/h2xst.xs
# Failed test (lib/h2xs.t at line 183)
not ok 8 - check for h2xst/fallback/const-c.inc
# Failed test (lib/h2xs.t at line 183)
not ok 9 - check for h2xst/fallback/const-xs.inc
# Failed test (lib/h2xs.t at line 183)
not ok 10 - check for h2xst/Makefile.PL
# Failed test (lib/h2xs.t at line 183)
not ok 11 - check for h2xst/README
# Failed test (lib/h2xs.t at line 183)
not ok 12 - check for h2xst/t/1.t
# Failed test (lib/h2xs.t at line 183)
not ok 13 - check for h2xst/Changes
# Failed test (lib/h2xs.t at line 183)
not ok 14 - check for h2xst/MANIFEST
# Failed test (lib/h2xs.t at line 183)
ok 15 - Are any extra files present?
chdir h2xst failed: No such file or directory at lib/h2xs.t line 191.
# Looks like you planned 113 tests but only ran 15.
# Looks like your test died just after 15.
----------------------------------------------------------------------------
And finally, t/s2p/s2p.t:
----------------------------------------------------------------------------
$ ./perl t/x2p/s2p.t
1..56
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 1 - psed =
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '1
# line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# 8
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 2 - s2p =
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '1
# line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# 8
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 3 - psed D
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 2
# line 3
# line 4
# line 3
# line 4
# 4
# line 3
# line 4
# line 5
# 5
# line 5
# line 6
# 6
# line 6
# line 7
# 7
# line 7
# line 8
# 8
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 4 - s2p D
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 2
# line 3
# line 4
# line 3
# line 4
# 4
# line 3
# line 4
# line 5
# 5
# line 5
# line 6
# 6
# line 6
# line 7
# 7
# line 7
# line 8
# 8
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 5 - psed H
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '8
#
# line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 6 - s2p H
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '8
#
# line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 7 - psed N
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '1
# 2
# added line
# 4
# added line
# 6
# 7
# 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 8 - s2p N
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '1
# 2
# added line
# 4
# added line
# 6
# 7
# 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 9 - psed P
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '4
# line 1
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 10 - s2p P
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '4
# line 1
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 11 - psed a
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# added line 1.1
# added line 1.2
# line 2
# line 3
# added line 3.1
# added line 3.2
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 12 - s2p a
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# added line 1.1
# added line 1.2
# line 2
# line 3
# added line 3.1
# added line 3.2
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 13 - psed adr1
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '#A
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 14 - s2p adr1
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '#A
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 15 - psed b
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 3
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 16 - s2p b
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 3
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 17 - psed bin2dec
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '0
# 7
# 8
# 17
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 18 - s2p bin2dec
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '0
# 7
# 8
# 17
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 19 - psed block
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '1
# line 1
# 2
# line 2
# 3
# line 3
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 20 - s2p block
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '1
# line 1
# 2
# line 2
# 3
# line 3
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 21 - psed c
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# 2
# change 2,4 line 1
# change 2,4 line 2
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 22 - s2p c
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# 2
# change 2,4 line 1
# change 2,4 line 2
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 23 - psed c1
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'replaces line 1
# replaces lines 2-3
# line 4
# replaces lines 3-4
# line 7
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 24 - s2p c1
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'replaces line 1
# replaces lines 2-3
# line 4
# replaces lines 3-4
# line 7
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 25 - psed c2
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'replace all except line 3
# replace all except line 3
# line 3
# replace all except line 3
# replace all except line 3
# replace all except line 3
# replace all except line 3
# replace all except line 3
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 26 - s2p c2
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'replace all except line 3
# replace all except line 3
# line 3
# replace all except line 3
# replace all except line 3
# replace all except line 3
# replace all except line 3
# replace all except line 3
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 27 - psed c3
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'replace all except 5-8
# replace all except 5-8
# replace all except 5-8
# replace all except 5-8
# replace all except 1-4
# replace all except 1-4
# replace all except 1-4
# replace all except 1-4
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 28 - s2p c3
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'replace all except 5-8
# replace all except 5-8
# replace all except 5-8
# replace all except 5-8
# replace all except 1-4
# replace all except 1-4
# replace all except 1-4
# replace all except 1-4
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 29 - psed cnt
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 30 - s2p cnt
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 31 - psed d
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 32 - s2p d
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 33 - psed gh
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 1
# line 3
# line 3
# line 5
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 34 - s2p gh
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 1
# line 3
# line 3
# line 5
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 35 - psed i
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'inserted line 1.1
# inserted line 1.2
# line 1
# line 2
# inserted line 3.1
# inserted line 3.2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 36 - s2p i
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'inserted line 1.1
# inserted line 1.2
# line 1
# line 2
# inserted line 3.1
# inserted line 3.2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 37 - psed n
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '1
# 2
# line 3
# added line
# 4
# line 5
# added line
# 6
# 7
# 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 38 - s2p n
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '1
# 2
# line 3
# added line
# 4
# line 5
# added line
# 6
# 7
# 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 39 - psed o
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 40 - s2p o
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 41 - psed q
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 2
# append to line 2
# line 3
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 42 - s2p q
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 2
# append to line 2
# line 3
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 43 - psed r
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 2
# r.txt line 1
# r.txt line 2
# r.txt line 3
# line 3
# line 4
# r.txt line 1
# r.txt line 2
# r.txt line 3
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 44 - s2p r
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 2
# r.txt line 1
# r.txt line 2
# r.txt line 3
# line 3
# line 4
# r.txt line 1
# r.txt line 2
# r.txt line 3
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 45 - psed s
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 46 - s2p s
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 47 - psed s1
# Failed at t/x2p/s2p.t line 848
# got ''
# expected '@1ine 1
# @1ine 2
# @1ine 3
# @1ine 4
# @1ine 5
# @1ine 6
# @1ine 7
# @1ine 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 48 - s2p s1
# Failed at t/x2p/s2p.t line 860
# got ''
# expected '@1ine 1
# @1ine 2
# @1ine 3
# @1ine 4
# @1ine 5
# @1ine 6
# @1ine 7
# @1ine 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 49 - psed t
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'Xine 1
# Xine 2
# Xine 3
# Xine 4
# Xine 5
# Xine 6
# Xine 7
# Xine 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 50 - s2p t
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'Xine 1
# Xine 2
# Xine 3
# Xine 4
# Xine 5
# Xine 6
# Xine 7
# Xine 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 51 - psed w
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 52 - s2p w
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 2
# line 3
# line 4
# line 5
# line 6
# line 7
# line 8
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 53 - psed x
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'line 1
# line 2
# line 3
# line 2
# line 4
# line 2
# line 5
# line 2
# line 6
# line 2
# line 7
# line 2
# line 8
# line 2
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 54 - s2p x
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'line 1
# line 2
# line 3
# line 2
# line 4
# line 2
# line 5
# line 2
# line 6
# line 2
# line 7
# line 2
# line 8
# line 2
# '
Bareword found where operator expected at ./psed line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ./psed line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ./psed line 19.
not ok 55 - psed y
# Failed at t/x2p/s2p.t line 848
# got ''
# expected 'LINE 1
# LINE 2
# LINE 3
# LINE 4
# LINE 5
# LINE 6
# LINE 7
# LINE 8
# '
Bareword found where operator expected at ../x2p/s2p line 1, near "/bin/perl"
(Missing operator before perl?)
syntax error at ../x2p/s2p line 1, near "/usr/local"
BEGIN not safe after errors--compilation aborted at ../x2p/s2p line 19.
not ok 56 - s2p y
# Failed at t/x2p/s2p.t line 860
# got ''
# expected 'LINE 1
# LINE 2
# LINE 3
# LINE 4
# LINE 5
# LINE 6
# LINE 7
# LINE 8
# '
----------------------------------------------------------------------------
Anyone have any idea what's causing these problems? Is this a perl
bug, an AIX problem, or am I just doing something stupid? Is there a
work-around?
Thanks in advance for any info you can provide.
--
Mark D. Roth <roth@uiuc.edu> CITES Production Systems Group
http://www.uiuc.edu/ph/www/roth University of Illinois at Urbana-Champaign
------------------------------
Date: Mon, 09 Dec 2002 20:35:20 -0000
From: Rocco Caputo <troc@netrus.net>
Subject: ANNOUNCE: POE 0.24 Released
Message-Id: <3df6013c$1_8@news.teranews.com>
Keywords: multitasking, networking, framework, components, robust, cool
--------
Rejoice!
--------
Version 0.24 of the POE networking and multitasking framework has been
released. Thanks go out to everyone who assisted in its development.
Change highlights:
- Scheduled Deprecation: Added mandatory warnings to old style signal
handling. See http://poe.perl.org/?POE_RFCs/Signal_Reforms
- Added better FIFO and plain-file support to POE::Wheel::FollowTail.
Support for strange operating systems (Windows, VMS) is improved.
- Casey Zacek added the much-requested connection timeout to
POE::Component::Client::TCP.
- Garrett Goebel added support to SocketFactory for non-blocking
connect() under ActiveState Perl.
- Pedro Melo Cunha added a "Started" callback to the TCP client
component and a way to pass parameters into it without using
closures.
- Jos Boumans found out why POE::Wheel::Run didn't always emit
CloseEvent, and we fixed it.
- Person-J discovered why child processes under POE::Wheel::Run
would not handle signals, and we fixed it.
- Added the ability to pause and resume accept() in SocketFactory
servers. This is great for pre-forking servers that don't want the
parent process to accept connections.
- Added support for more termcaps in POE::Wheel::ReadLine.
- Many people patched the documentation or pointed out specific
things that needed to be (and subsequently were) fixed. Thank you!
- More sample programs were updated and uploaded to the web site.
See http://poe.perl.org/?POE_Cookbook
- POE::Kernel was refactored harshly, setting the stage for future
scalability improvements.
- Chris pointed out how to properly create a Windows PPM tarball for
a change, and now we have one.
As if that wasn't enough, POE's web site contains detailed change logs
for every public release ever.
- http://poe.perl.org/?POE_CHANGES
Even now the latest tarball should be hurtling towards your favorite
CPAN mirror. It is also on the web, and so is a Windows PPD. Users
who need advanced notice of changes can follow it via anonymous CVS or
POE's mailing list.
- http://poe.perl.org/?Where_to_Get_POE
- http://poe.perl.org/?POE_Support_Resources
Thanks again to everyone who helped with this release. Keep the
feedback and patches coming.
---------
About POE
---------
POE is a networking and multitasking framework for Perl. It has been
in active development since 1996, with its first open release in 1998.
The Perl Conference (now OSCON) named POE "Best New Module" in 1999.
- http://poe.perl.org/?What_POE_Is
POE's users and developers continue to improve and build upon it. See
the CPAN for the most up-to-date list of POE based modules.
- http://search.cpan.org/search?mode=module&query=POE::Component
POE's robustness and performance have made it an integral part of
mission critical applications since its first release. It is used in
several fields and in projects ranging from just a few lines of code
to tens of thousands.
- Financial:
Market servers, clients, and automated trading agents.
- Web:
Commerce servers, content management systems, application servers,
data warehouses, WAP proxies, ad exchanges, web crawlers/spiders,
and a variety of specialized agents.
- System Administration:
Large-scale host monitors and maintenance agents, distributed load
testers, distributed file systems (InterMezzo), radius monitors,
system log managers and reports, and spam detectors.
- Entertainment:
Interactive TV servers, mp3 jukeboxes, multi-server CounterStrike
tournament managers, streaming mp3 servers, and a plethora of IRC
applications.
- Software Development:
Compile farm managers, build managers, distributed testing
frameworks.
- Monitoring and Automation:
X10 home control systems, weather station monitors, alarm monitors.
We look forward to hearing how POE has helped you.
-- Rocco Caputo - troc@pobox.com - http://poe.perl.org/
------------------------------
Date: Tue, 10 Dec 2002 15:25:45 +0000
From: "Dave Cross" <dave@dave.org.uk>
Subject: Re: convert a date-time to an absolute value (in seconds or so)
Message-Id: <pan.2002.12.10.15.25.45.926404@dave.org.uk>
On Tue, 10 Dec 2002 14:56:14 +0100, ZZT wrote:
> Hello,
>
> I have the following time-format from a source:
>
> Mon, 9 Dec 2002 14:14:57
>
> and would like to convert it in a format like time() returns.
> Is there a way?
Well you could parse it yourself, split it into its various parts and then
pass them to "timelocal" (found in Time::Local).
But I'd recommend installing the Time::Piece module from CPAN and using
its "strptime" function.
Dave...
--
It was long ago and it was far away
And it was so much better that it is today
------------------------------
Date: Tue, 10 Dec 2002 09:18:03 -0600
From: tadmc@augustmail.com (Tad McClellan)
Subject: Re: Getting a URL Page
Message-Id: <slrnavc1db.25h.tadmc@magna.augustmail.com>
Kasp <kasp@NO_SPAMepatra.com> wrote:
> So can someone tell me how do I install modules on Sun Solaris machine ?
perldoc -q install
"How do I install a module from CPAN?"
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Tue, 10 Dec 2002 09:15:06 -0600
From: tadmc@augustmail.com (Tad McClellan)
Subject: Re: log file monitor
Message-Id: <slrnavc17q.25h.tadmc@magna.augustmail.com>
Ricardo Mesquita <ricardo@nospam.pt> wrote:
> some suggest the use of tail as in tail nix command
perldoc -q tail
"How do I do a "tail -f" in perl?"
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Tue, 10 Dec 2002 15:01:15 GMT
From: "HamuNaptra" <hamunaptra@pandora.be.NOSPAM>
Subject: Re: need to create 2 perl administration scripts for windows
Message-Id: <%knJ9.44396$Ti2.6698@afrodite.telenet-ops.be>
"Rubber Duck" <rubberducky703@hotmail.com> schreef in bericht
news:at4b5m$10f712$1@ID-116287.news.dfncis.de...
> i would start playing with the various win32 modules, like changenotify,
> netadmin etc.
>
> however i'm not sure that what you want is a good idea since it requires
> perl on every workstation you want these scripts on. A C executable would
> greatly reduce these dependancies.
>
Why would it require a copy on every workstation?
I'm just going to run this from a server, using computernames and networkpaths
------------------------------
Date: Tue, 10 Dec 2002 17:01:00 +0100
From: David Nowak <David.Nowak_NS@libertysurf.fr>
Subject: open
Message-Id: <at533t$hvd$1@discovery.ens-cachan.fr>
Hi,
In perl 5.6.1,
open (STDOUT, ">/tmp/xxx");
close(STDOUT);
open (STDOUT, ">-");
print "B";
exit 0;
never prints the B. If I replace ">-" with ">/tmp/yyy" then the B is correctly
printed in the file /tmp/yyy.
What's wrong?
David.
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
The Perl-Users Digest is a retransmission of the USENET newsgroup
comp.lang.perl.misc. For subscription or unsubscription requests, send
the single line:
subscribe perl-users
or:
unsubscribe perl-users
to almanac@ruby.oce.orst.edu.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
To request back copies (available for a week or so), send your request
to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
where x is the volume number and y is the issue number.
For other requests pertaining to the digest, send mail to
perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
sending perl questions to the -request address, I don't have time to
answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 4240
***************************************