[9923] in Perl-Users-Digest
Perl-Users Digest, Issue: 3516 Volume: 8
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sun Aug 23 10:01:18 1998
Date: Sun, 23 Aug 98 07:00:26 -0700
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Sun, 23 Aug 1998 Volume: 8 Number: 3516
Today's topics:
Re: beginners substring question (Tad McClellan)
Re: COBOL and Perl (brian moore)
Re: COBOL and Perl (Georg Bauer)
Re: Compile perl scripts into an executable? (hymie!)
Re: example for sending mail with perl under win32 (Jonathan Stowe)
Re: filehandle in CGI.pm <jbigane@luc.edu>
Help problem with object "building" laduke@nyct.net
Re: Help problem with object "building" (Bbirthisel)
Re: Is Perl5.004 Year 2000 compilant? (brian moore)
Re: Perl Docs.. forget the original post (Bart Lateur)
Re: Perl FAR version 1.1.1 MAKE SURE YOU READ THIS BEFO no.unsoliciteds@dead.end.com
Re: Perl FAR version 1.1.1 MAKE SURE YOU READ THIS BEFO no.unsoliciteds@dead.end.com
Re: Possible to 'use strict' and Symbolic Refs? <tchrist@mox.perl.com>
Re: Prime numbers [was Re: here's an implementation of (hymie!)
Session management? <vhs1998@hotmail.com>
Re: Sigh no.unsoliciteds@dead.end.com
Strange error on installing PGPLOT module <ysko@charly.kjist.ac.kr>
Special: Digest Administrivia (Last modified: 12 Mar 98 (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sun, 23 Aug 1998 00:13:13 -0500
From: tadmc@metronet.com (Tad McClellan)
Subject: Re: beginners substring question
Message-Id: <9d8or6.en1.ln@metronet.com>
Robert Saunders (saunder@kben.co.uk) wrote:
: Here's the situation: I have files in which there are lines begining
: with a time stamp
: the format of which is a little variable and I want to extract the
: year.
: I can see how a simple use of
: index($line,"/") would get where the date ended. Help would be
: appreciated
------------------------------
#!/usr/bin/perl -w
while (<DATA>) {
print "date is '$1'\n" if m!:(\d+)/!;
}
__DATA__
00:98/08/18 17:57:36.22 blah blah blah
01:98/08/18 12:57:36.34 blah blah blah
0023:01:98/08/18 10:45:23.25 blah blah blah
000001:0023:0001:1998/08/18 10:45:23.56 blah blah blah
03:1998/08/18 17:45:23.45 blah blah blah
------------------------------
--
Tad McClellan SGML Consulting
tadmc@metronet.com Perl programming
Fort Worth, Texas
------------------------------
Date: 23 Aug 1998 08:42:12 GMT
From: bem@news.cmc.net (brian moore)
Subject: Re: COBOL and Perl
Message-Id: <slrn6tvlfj.54.bem@thorin.cmc.net>
On 22 Aug 1998 23:17:20 GMT,
Josh Kortbein <kortbein@iastate.edu> wrote:
>
> I've noticed such duplications from multiple authors today, anywhere
> from 2-4 copies. And these were generally people who have shown in
> the past that they can exercise control over their newsreaders.
There's a big spew going on from eunet at the moment.... A silly machine
downloading news, stamping a new message ID on them and reposting them.
You can kill by either the message-id or the NNTP-Posting-Host.
For those using Cleanfeed, keeping this Perlish:
return "duplicate" if $hdr{'NNTP-Posting-Host'} eq 'p8.isdn-brg.eunet.no';
--
Brian Moore Kill A Spammer For Jesus
Sysadmin, C/Perl Hacker, Usenet Vandal
------------------------------
Date: Sun, 23 Aug 1998 10:30:12 GMT
From: gb@hugo.westfalen.de (Georg Bauer)
Subject: Re: COBOL and Perl
Message-Id: <gb-2308981230130001@hugo.westfalen.de>
In article <6rnji0$6ug$2@news.iastate.edu>, kortbein@iastate.edu (Josh
Kortbein) wrote:
>from 2-4 copies. And these were generally people who have shown in
>the past that they can exercise control over their newsreaders.
Look at the IDs. Different domain-parts. Me thinks it is some luser-system
that reexports messages with changed IDs.
bye, Georg
--
http://www.westfalen.de/hugo/
------------------------------
Date: 23 Aug 1998 13:37:27 GMT
From: hymie@lactose.smart.net (hymie!)
Subject: Re: Compile perl scripts into an executable?
Message-Id: <6rp5un$g2p$1@news.smart.net>
In our last episode, the evil Dr. Lacto had captured our hero,
"Hairong Li" <hairong@pilot.msu.edu>, who said:
>It works on my machine. I use the follow command:
>
> chmod 700 filename.pl
>
>to set the permission of my perl files and they all work.
They work for you because of the "7". But do they work for anybody else?
..hymie! http://www.smart.net/~hymowitz hymie@lactose.smart.net
===============================================================================
another quality sig from hymie! collect the whole set - trade with your friends
===============================================================================
------------------------------
Date: Sun, 23 Aug 1998 09:45:32 GMT
From: Gellyfish@btinternet.com (Jonathan Stowe)
Subject: Re: example for sending mail with perl under win32
Message-Id: <35dfe465.77645110@news.btinternet.com>
On 19 Aug 1998 18:21:30 GMT, K.Posern wrote :
>Hi.
>
>I am hardly interested in an example, how to send a short email with
>perl under a win32-System by direct connecting to the mailhost and using
>the SMTP-Protokoll-commands.
>
>It would be very GREAT if someone has such code, or knows where to get
>it!
>
Yup,
perlfaq9
/J\
Jonathan Stowe
Some of your questions answered:
<URL:http://www.btinternet.com/~gellyfish/resources/wwwfaq.htm>
------------------------------
Date: 23 Aug 1998 06:09:31 GMT
From: "John E. Bigane" <jbigane@luc.edu>
Subject: Re: filehandle in CGI.pm
Message-Id: <6robmr$5qt$1@artemis.it.luc.edu>
I had a similar problem because I wasn't closing the filehandle being
printed to.
John Bigane
jbigane@luc.edu
Loyola University Chicago
I.J. Garlick <ijg@csc.liv.ac.uk> wrote:
: In article <35D9D8CC.EF2977F3@hmsi.com>,
: Monika Machado <mmachado@hmsi.com> writes:
:> I.J. Garlick wrote:
:>
:> I have (still) the same problem, 0 bytes, in the upload file if the user
:> uploading the file is using a proxy.Look in your proxyes configuration.
:>
: It shouldn't really matter if you are using a proxy. If it does then you
: probably have something mis-configured somewhere as you suggest. Also this
: would point to it not being a Perl problem, like I said the code originally
: posted was identical to mine where it mattered.
: BTW I changed my proxy settings on the browser and I always get the file
: uploaded to where I expect it should be. Addmitedly while I was developing
: this I got quite a few zero byte files but that was me and not knowing
: Perl well enough to get the logic right.
: --
: --
: Ian J. Garlick
: ijg@csc.liv.ac.uk
: People will accept your ideas much more readily if you tell them that
: Benjamin Franklin said it first.
------------------------------
Date: Sun, 23 Aug 1998 08:06:43 GMT
From: laduke@nyct.net
Subject: Help problem with object "building"
Message-Id: <35dfcd6a.50479155@news.nyct.net>
Hello,
I am having difficulty with this particular object... I am
trying to create or "build" this object from several different modules
or packages.... The problem I am running into is in calling the method
that puts the data into the object. It seems that while I am in one of
these other packages or "subclasses" I can't find my way out to call
the function from the parent class..... the parent class is in @ISA
qw(parent)... I can get it to work if I use $this = Parent->new ...
but that wipes the data in the object.... hmmmmmmmm....
any advice?
------------------------------
Date: 23 Aug 1998 13:45:39 GMT
From: bbirthisel@aol.com (Bbirthisel)
Subject: Re: Help problem with object "building"
Message-Id: <1998082313454000.JAA15390@ladder03.news.aol.com>
Hi:
> I can't find my way out to call
>the function from the parent class..... the parent class is in @ISA
>qw(parent)... I can get it to work if I use $this = Parent->new ...
>but that wipes the data in the object.... hmmmmmmmm....
>any advice?
Yes. Post an example so we have at least a
small chance of understanding the problem.
-bill
Making computers work in Manufacturing for over 25 years (inquiries welcome)
------------------------------
Date: 23 Aug 1998 08:38:53 GMT
From: bem@news.cmc.net (brian moore)
Subject: Re: Is Perl5.004 Year 2000 compilant?
Message-Id: <slrn6tvl9a.54.bem@thorin.cmc.net>
On Sat, 22 Aug 1998 22:51:30 -0700,
Larry Rosler <lr@hpl.hp.com> wrote:
> [Posted to comp.lang.perl.misc and copy mailed.]
>
> In article <slrn6tv921.rfd.bem@thorin.cmc.net> on 23 Aug 1998 05:10:12
> GMT, brian moore <bem@news.cmc.net> says...
> ...
> > Unless, of course, you're saving the date as the offset in ASCII to be cross
> > platform and allow snarfing of data with a variety of tools.
> >
> ...
> >
> > FWIW, I always store dates as ASCII representation of the offset from the
> > epoch. My stuff will run just fine.
>
> Provided you do all arithmetic using BigInt on the string representation.
> Otherwise Perl's data conversions and 32-bit arithmetic will ruin you.
> If you pad current dates to ten bytes with a leading zero, you will be
> able to do sorts using string comparison, for several centuries.
Will only be a problem with 32 bit ints on 32 bit CPU's. Isn't a numeric
scalar on, say, the Alpha, 64 bits? It probably will be on every platform
used in 2038. (Unless someone silly with no mathemetical skill
decides that we need 128-bit time_t's or Intel can't make Merced compatible
with the 8088, so Wintel machines never get the volume to make the price
affordable.)
> Actually your approach makes a great deal of sense. Ten bytes (or eleven
> if signed) instead of four (now) or eight (eventually) for a time_t isn't
> too outrageous, and the costs of conversion and arithmetic aren't
> horrendous.
Actually, I do it because it's mindlessly easy to parse and very much cross
platform, so I don't have to deal with converting to network order or other
nonsense in dealing with binary values.
I may not always parse a file for the dates, but by keeping them human
readable, I can grep for other things without spazzing out an xterm with
funky control codes.
I don't worry about fixed length records. Either it's done as a hash where
records can be any length, or it's a pure flat file. Fixed length records
remind me too much of COBOL on punch cards.
--
Brian Moore Kill A Spammer For Jesus
Sysadmin, C/Perl Hacker, Usenet Vandal
------------------------------
Date: Sun, 23 Aug 1998 08:46:13 GMT
From: bart.mediamind@tornado.be (Bart Lateur)
Subject: Re: Perl Docs.. forget the original post
Message-Id: <35e0d4c6.2149325@news.tornado.be>
Tad McClellan wrote:
> No need for 'grep' if you have 'perl':
>
> perl -n -e 'print if /your keyword here/' *.pod
Cool. Now, is there a way to print the file name as well? Err... does
Perl keep the name of the currently opened file (for <>) somewhere? I
would expect $ARGV or something.
Eek! That's it! Too bad I can't run this code from the DOS command line.
DOS trashes my command line.
Bart.
------------------------------
Date: Sun, 23 Aug 1998 16:36:05 +0900
From: no.unsoliciteds@dead.end.com
Subject: Re: Perl FAR version 1.1.1 MAKE SURE YOU READ THIS BEFORE POSTING
Message-Id: <35DFC665.58744B49@dead.end.com>
Judging by the quotes you used I would say you didn't read down to the bottom
of the document, which strangley enough is what you seem to be object about
other users, otherwise you might have understood what the posting was about,
namely politely explaining polite explainations to those who think in terms of
FAQ documents and jargon. Use Net is what everybody wants it to be, not what a
few try to force it to be.
Alan J. Flavell wrote:
>
> | [The following text is in the "x-user-defined" character set]
>
> Gosh, how can I possibly read this? Maybe it's EBCDIC, or 5-hole telex
> code or something.
This means your server doesn't recognise the stated character type or didn't
find the information relating to this, though the content is ASCII (otherwise
this would be unreadable to you) I suggest you ask your service provider if
you really want to understand this warning
> Right: so let them tell the assembled usenet multitudes, in effect "I
> didn't even bother to read the carefully prepared documentation, because
> I didn't expect to understand it. So now will some J.Random Usenaut
> please read it for me". That's rude, with or without the "please".
Umm no. It means I read the docs but didn't find the answer to my situation
and don't have enough experience to make the leap of logic - you do remember
programming 101 don't you? Or did you always know what you know now. Take a
tolerance pill and you'll feel better in the morning.
> but a good instructor starts with "tell me where you've got to so
> far", and when they say "nowhere", s/he would say OK, try the beginner's
> class, and come back when you're ready.
Oh really and where is the beginners class here? I don't recall seeing a
comp.lang.perl.newbie news group mentioned in the FAQ - was this an omission?
Either that or it doesn't exist. I suggest you refer to the
comp.lamg.perl.newbie thread of this very news group to see the doscussion
about why this NG doesn't and probably shouldn't exists
------------------------------
Date: Sun, 23 Aug 1998 17:18:10 +0900
From: no.unsoliciteds@dead.end.com
Subject: Re: Perl FAR version 1.1.1 MAKE SURE YOU READ THIS BEFORE POSTING
Message-Id: <35DFD043.F5DDE52B@dead.end.com>
Bill 'Sneex' Jones wrote:
> In the time it took you to write this you could have
> actually read the docs, .....
[content snipped]
>But instead you choose to waste more newbies
> valuable reading time.
O so you're a newbie who is complaining I wasted your time by posting are you?
I would have thought by your protest, you belonged to the intollerant expert camp:
> thus asking one
> less FAQ, documented example, or other trivial, painfully
> obvious coding question - that was probably off topic
> anyways.
I don't remember having asked anything in my posting, or are you using a third
person plural "you"?
You (2nd person singular) may find FAQ postings boring and annoying but you
(2nd person singular) don't have to read them - this is why you (third person
plural) get to download the subject lines of the postings first. Usually ones
containing the words "HELP" and/or "NEWBIE" are the kind you (2nd person
singular) should avoid reading seeing as how they irk you (2nd person
singular) so much. Other key words are "CGI" or "NEED SCRIPT NOW".
> Hope this offends you
No I don't find your posting offensive, but I do find intollerance and narrow
mindedness rather tiresome. I post the FAR whenever threads spring up in
response to a "guru" flaming some newbie instead of passing it over, see the
currently running "WHY DON'T PEOPLE READ THE FAQ" and "SIGH" threads. Previous
to these there was the "HIDING USER INPUT" thread - (btw have you noticed how
much sweeter Abbigails replies seem to have become since then?) and countless
others before that in the run up to the forming of comp.lang.perl.moderated.
Much in the same way you appear to find newbies annoying because they keep
asking the same questions, I find "guru" flamings bothersome because they keep
flaming for the same reasons and generate an endless quantity of off topic
traffic. News Net is what its users want it to be, and that means all of them,
not just what a vociferous minority insists on, and if that means Newbies
asking FAQs you'll just have to learn to live with it, or avail of the beauty
of internet and set up your own news group where you can ban newbies, maybe
you could call it comp.lang.perl.moderated.no.newbies
------------------------------
Date: 22 Aug 1998 23:39:32 GMT
From: Tom Christiansen <tchrist@mox.perl.com>
Subject: Re: Possible to 'use strict' and Symbolic Refs?
Message-Id: <6rnkrk$11a$1@csnews.cs.colorado.edu>
[courtesy cc of this posting sent to cited author via email]
In comp.lang.perl.moderated, loafman@gte.net writes:
:So, with all the fooling around perl'ers do in the symbol table, is
:there a way to 'fool' perl into thinking that these are hard references
:instead, or better yet, convert them to hard references? I have read
:the books, the FAQ's, HTML, pod, etc., and just don't see a way.
Somewhat, but I doubt whether it's worth it.
use strict;
$main::name = "tchrist";
my $r = \${ $main::{"name"} };
print $$r;
--tom
--
The reductionist approach has its place, as does the holistic approach.
Render therefore unto Unix the things which are Unix's, and unto Perl
the things that are Perl's. :-) Larry Wall in <1994Nov10.185030.16615@netlabs.com>
------------------------------
Date: 23 Aug 1998 13:30:22 GMT
From: hymie@lactose.smart.net (hymie!)
Subject: Re: Prime numbers [was Re: here's an implementation of diff in perl]
Message-Id: <6rp5he$g0k$1@news.smart.net>
When the light went on, it was blinding.
In our last episode, the evil Dr. Lacto had captured our hero,
mcafee@pacman.rs.itd.umich.edu (Sean McAfee), who said:
>will be a true expression iff $x consists of an integral number >= 2 of
>repetitions of $y (that is, if $n is evenly divisible by $m, $n/$m being at
>least 2). Clear?
Yes!!! But if you do it with matchsticks, it's easier to visualize
than with 1's and regexes.
Take 9 matchsticks. They can be divided into (more than one) identical
group of (more than one) matchsticks.
It's the same thing. Take a string of 9 '1's. Then divide them up
into groups of more-than-one with the regex (11+) Then make sure
there are more-than-one groups (11+)\1+ and then make sure there
is nothing left over /^(11+)\1+$/
Wow. I suddenly feel so smart. :)
..hymie! http://www.smart.net/~hymowitz hymie@lactose.smart.net
===============================================================================
"Meltdown" -- that's one of those annoying buzzwords. We prefer to call it an
"unrequested fission surplus." -- C. Montgomery Burns
===============================================================================
------------------------------
Date: Sun, 23 Aug 1998 13:40:53 +0500
From: "G. Bobrov" <vhs1998@hotmail.com>
Subject: Session management?
Message-Id: <6rohpg$v8$1@news.tmn.ru>
Hi,
Please recommend good scripts for simple session management, like in ASP.
Thanks
------------------------------
Date: Sun, 23 Aug 1998 16:09:33 +0900
From: no.unsoliciteds@dead.end.com
Subject: Re: Sigh
Message-Id: <35DFC02D.AE169D15@dead.end.com>
John Porter wrote:
>
> :Adam Rabung wrote:
> >
> > I retire from this newsgroup.
>
> Pity.
>
> > It seeming consists only of
> > 1. Beginning programmers who are too lazy to type "man"
> > 2. Seasoned, angry programmers ready to pounce on anyone,
> > brandishing references to endless reams of faqs, man pages, and web
> > pages.
>
> Sure. And #2 follows from #1. Find some magical way to reduce/
> eliminate #1, and you'll see #2 drop off as well.
>
I suggest you read the Perl FAR 1.1.1 posted in this newsgroup every time one
or more thread like this springs up (which is about as often as a newbie asks
a FAQ)
------------------------------
Date: Sun, 23 Aug 1998 20:12:53 +0900
From: "Ko, Yeonsuck" <ysko@charly.kjist.ac.kr>
Subject: Strange error on installing PGPLOT module
Message-Id: <35DFF935.E064129F@charly.kjist.ac.kr>
--------------5CB24739D720A932C4FD40AD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi..
I am installing PGPLOT module on my system ( REDHAT 5.1 / Intel).
I had fetched PGPLOT-2.10.tar.gz from CPAN and I had been trying it.
But my system is crying like this.
chmod 755 blib/arch/auto/PGPLOT/PGPLOT.so
cp PGPLOT.bs ./blib/arch/auto/PGPLOT/PGPLOT.bs
chmod 644 blib/arch/auto/PGPLOT/PGPLOT.bs
Manifying ./blib/man3/ExtUtils::F77.3
/usr/bin/pod2man: bad option in paragraph 16 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
/usr/bin/pod2man: bad option in paragraph 24 of ExtUtils/F77.pm: ``-O''
should be [CB]<-O>
/usr/bin/pod2man: bad option in paragraph 27 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
/usr/bin/pod2man: bad option in paragraph 27 of ExtUtils/F77.pm: ``-O''
should be [CB]<-O>
/usr/bin/pod2man: bad option in paragraph 29 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
/usr/bin/pod2man: bad option in paragraph 29 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
/usr/bin/pod2man: bad option in paragraph 29 of ExtUtils/F77.pm: ``-O''
should be [CB]<-O>
what's wrong ?
--
Name : Ko, Yeonsuck Tel : 062) 970-2265
Email : ysko@charly.kjist.ac.kr
Orgarnization : Department of Information, KJIST
Address : 572 Ssangamdong Kwangsangu Kwangju Korea
--------------5CB24739D720A932C4FD40AD
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<HTML>
Hi..
<BR>I am installing PGPLOT module on my system ( REDHAT 5.1 / Intel).
<P>I had fetched PGPLOT-2.10.tar.gz from CPAN and I had been trying
it.
<BR>But my system is crying like this.
<P>chmod 755 blib/arch/auto/PGPLOT/PGPLOT.so
<BR>cp PGPLOT.bs ./blib/arch/auto/PGPLOT/PGPLOT.bs
<BR>chmod 644 blib/arch/auto/PGPLOT/PGPLOT.bs
<BR>Manifying ./blib/man3/ExtUtils::F77.3
<BR>/usr/bin/pod2man: bad option in paragraph 16 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
<BR>/usr/bin/pod2man: bad option in paragraph 24 of ExtUtils/F77.pm: ``-O''
should be [CB]<-O>
<BR>/usr/bin/pod2man: bad option in paragraph 27 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
<BR>/usr/bin/pod2man: bad option in paragraph 27 of ExtUtils/F77.pm: ``-O''
should be [CB]<-O>
<BR>/usr/bin/pod2man: bad option in paragraph 29 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
<BR>/usr/bin/pod2man: bad option in paragraph 29 of ExtUtils/F77.pm: ``-L''
should be [CB]<-L>
<BR>/usr/bin/pod2man: bad option in paragraph 29 of ExtUtils/F77.pm: ``-O''
should be [CB]<-O>
<P> what's wrong ?
<PRE>--
Name : Ko, Yeonsuck Tel : 062) 970-2265
Email : ysko@charly.kjist.ac.kr
Orgarnization : Department of Information, KJIST
Address : 572 Ssangamdong Kwangsangu Kwangju Korea</PRE>
</HTML>
--------------5CB24739D720A932C4FD40AD--
------------------------------
Date: 12 Jul 98 21:33:47 GMT (Last modified)
From: Perl-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Special: Digest Administrivia (Last modified: 12 Mar 98)
Message-Id: <null>
Administrivia:
Special notice: in a few days, the new group comp.lang.perl.moderated
should be formed. I would rather not support two different groups, and I
know of no other plans to create a digested moderated group. This leaves
me with two options: 1) keep on with this group 2) change to the
moderated one.
If you have opinions on this, send them to
perl-users-request@ruby.oce.orst.edu.
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.misc (and this Digest), send your
article to perl-users@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.
The Meta-FAQ, an article containing information about the FAQ, is
available by requesting "send perl-users meta-faq". The real FAQ, as it
appeared last in the newsgroup, can be retrieved with the request "send
perl-users FAQ". Due to their sizes, neither the Meta-FAQ nor the FAQ
are included in the digest.
The "mini-FAQ", which is an updated version of the Meta-FAQ, is
available by requesting "send perl-users mini-faq". It appears twice
weekly in the group, but is not distributed in the digest.
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 V8 Issue 3516
**************************************