[7145] in Perl-Users-Digest
Perl-Users Digest, Issue: 769 Volume: 8
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Jul 24 12:37:34 1997
Date: Thu, 24 Jul 97 06:01:57 -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 Thu, 24 Jul 1997 Volume: 8 Number: 769
Today's topics:
password protecting a directory <kurt@rfpi.com>
Re: password protecting a directory <rootbeer@teleport.com>
Re: Perl for DOS <jhi@alpha.hut.fi>
Re: perl in NT <jpm@iti-oh.comNOSPAM>
Re: perl in NT <michael.wilson@btinternet.com>
Re: Perl RTF parser (Helmut Jarausch)
Re: perl vs python vs icon (John Shipman)
Re: Perl5 for IRIX 6.2!!! <scotth@sgi.com>
PLEASE HELP I NEED TO FIND THE PERL program QUICKLY <george@elv.enic.fr>
Re: Please help with WWWboard, I know nothing of perl! <bkyan@mindcast.com>
Re: Please Help: Pattern Matching <rootbeer@teleport.com>
Problem - Help (Afgin Shlomit)
Re: Problem - Help <sfairey@adc.metrica.co.uk>
PS: Re: Problem - Help <sfairey@adc.metrica.co.uk>
Q: Perl/Oracle across the net (Jeff Hecker)
Re: Reading one character unbuffered. Is there a better <sfairey@adc.metrica.co.uk>
Re: Socket client writing to server <marius@funcom.com>
Sprite Database (RiceExpert)
Re: Trimming leading and trailing spaces. (Craig Berry)
Re: Wanted ! <pdcawley@aladdin.net>
Re: WEB discussion tool (Robert Morrison)
Re: What happens when.... (Tad McClellan)
Re: Wrapping HTML with Text::Wrap? <rootbeer@teleport.com>
Digest Administrivia (Last modified: 8 Mar 97) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sun, 20 Jul 1997 18:23:40 -0400
From: Kurt <kurt@rfpi.com>
Subject: password protecting a directory
Message-Id: <33D28FEC.22D06FB8@rfpi.com>
The questions I have here are not earth shattering by any means. What I
describe here is in use throughout the internet. Nevertheless, it is
still beyond my understanding on how they work. I am working hard to
understand them but come to a roadblock and seek help. In the spirit of
Perl and the many flavors of Unix (freely distributed) I am posting this
message.
Is there anyway to password protect a directory of webpages with Perl? I
know that you can do it with .htacess and so forth. The only drawback
that I can see with this is that, although one can protect a directory,
it is limited to the use of 'one' password for the directory.
Here is what I am after:
1. A user 'registers' themselves on a webpage, providing, amongst other
things, a 'username' and 'password'
2. This info is written to a file with Perl, in one of many possible
formats.
3. The user enters the 'password protected' area and is prompted to
enter a 'valid user name' and a 'valid password'. Only those individuals
that present a valid username and password gain entrance into the site.
The usernames and passwords are unique to the individual.
I have seen how .htaccess works. I understand that it protects the
directory and all the files in that directory. BUT, the problem, as I
have mentioned, is that there is ONLY one password. I am unaware, but
very interested, in any way around this. For instance, is there any way
to have a registration page that utilizes a scripting language, such as
Perl, write the usernames and passwords to the .htpasswd file so that
every time the directory is accessed and .htacess is invoked that
.htpasswd can be scanned through to see if the user entered a valid
username and password.
Some other questions on issues that are baffling me:
1. In Javascript one can use the 'onLoad( ) function to invoke an
action. Is there anyway to do this with Perl? From what I understand the
only way to invoke a Perl program is through the use of a form. The only
exception I see this to this is the <#exec .....> piece of code I
sometimes see (but I have only seen this with logging stat scripts.
Thank You,
Kurt
------------------------------
Date: Sun, 20 Jul 1997 17:55:59 -0700
From: Tom Phoenix <rootbeer@teleport.com>
To: Kurt <kurt@rfpi.com>
Subject: Re: password protecting a directory
Message-Id: <Pine.GSO.3.96.970720175346.11907D-100000@kelly.teleport.com>
On Sun, 20 Jul 1997, Kurt wrote:
> Is there anyway to password protect a directory of webpages with Perl? I
> know that you can do it with .htacess and so forth. The only drawback
> that I can see with this is that, although one can protect a directory,
> it is limited to the use of 'one' password for the directory.
No, if I understand you correctly, it's not that limited. I'd tell you
more, but this is a Perl newsgroup. So instead, if you can't find what you
want in your server's docs, try asking in a server newsgroup. And if you
want to use Perl to maintain your .htaccess files, look for a module in
the modules list on CPAN. Hope this helps!
--
Tom Phoenix http://www.teleport.com/~rootbeer/
rootbeer@teleport.com PGP Skribu al mi per Esperanto!
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: 21 Jul 1997 16:24:13 +0300
From: Jarkko Hietaniemi <jhi@alpha.hut.fi>
Subject: Re: Perl for DOS
Message-Id: <oeeg1t8bksi.fsf@alpha.hut.fi>
: Hi; You can get Perl5 for Dos at
:
: ftp://ftp.cs.colorado.edu/pub/perl/CPAN/ports/msdos/perl5/
Not any more -- at that directory, that is. The MS-DOS directory
was restructured because it was quite confusing, full of old junk.
Grab the file
http://www.perl.com/CPAN/ports/msdos/README
and read it.
--
$jhi++; # http://www.iki.fi/~jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen
------------------------------
Date: 23 Jul 1997 14:09:19 GMT
From: "Joshua Marotti" <jpm@iti-oh.comNOSPAM>
Subject: Re: perl in NT
Message-Id: <01bc9771$fb659b50$36601ec6@bach>
for PC users, there is a script that changes pl2bat... it's nice for large
networks... that way perl and the script both need paths.
--
Josh,
Gavin Dragon...
Remove NOSPAM from address...
Michael Wilson <michael.wilson@btinternet.com> wrote in article
<5r371j$n6k@neon.btinternet.com>...
> anu.hariharan@compaq.com wrote in article
<869585979.13343@dejanews.com>...
>
>
> >I am using Microsoft FrontPage to create a web site and am using
> >Netscape
> >for viewing the page. I am trying to process a form with a CGI script
> >written in perl. I am on NT, so the perl script has extension .bat.
>
> Give it a .PL extension if it's really a Perl script. Associate .PL files
> with perl.exe. make sure that perl.exe is in the PATH. Why should a Perl
> script be called *.bat?
>
>
>
>
------------------------------
Date: Tue, 22 Jul 1997 21:59:59 +0100
From: "Michael Wilson" <michael.wilson@btinternet.com>
Subject: Re: perl in NT
Message-Id: <5r371j$n6k@neon.btinternet.com>
anu.hariharan@compaq.com wrote in article <869585979.13343@dejanews.com>...
>I am using Microsoft FrontPage to create a web site and am using
>Netscape
>for viewing the page. I am trying to process a form with a CGI script
>written in perl. I am on NT, so the perl script has extension .bat.
Give it a .PL extension if it's really a Perl script. Associate .PL files
with perl.exe. make sure that perl.exe is in the PATH. Why should a Perl
script be called *.bat?
------------------------------
Date: 22 Jul 1997 07:40:28 GMT
From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
To: dominic@shafika.vetri.com
Subject: Re: Perl RTF parser
Message-Id: <5r1o5c$3tj$2@news.rwth-aachen.de>
In article <869493836.30658@dejanews.com>, dominic@thiru.vetri.com writes:
|> Hello Perlians,
|>
|> Is there any free RTF parser Perlscript available on the Net. I have
|> alrady got rtf2sgml. has any one evaluated it?
|>
|> Mainly I want to convert some RTF/Word DOC files to some other format. So
|> if a Perlscript reads a RTF file and gives information by filling some
|> sort of structures it will be well and good.
|>
Just a hint: the recently released ParseLex-1.14 (on CPAN) might help in
building such a parser yourself.
--
Helmut Jarausch
Lehrstuhl f. Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany
------------------------------
Date: 21 Jul 1997 07:04:09 GMT
From: john@nmt.edu (John Shipman)
Subject: Re: perl vs python vs icon
Message-Id: <5qv1l9$eit$1@newshost.nmt.edu>
In article <5qum60$rva@news.asu.edu>, <sieben@imap1.asu.edu> wrote:
>Could someone compare these languages. How easy is to lern, use,
>features, speed, availability on platforms, libraries, popularity.
>Thanks.
See this URL for brief comparisons of Python vs. Perl and Icon:
http://www.nmt.edu/tcc/help/lang/python/why.html
John Shipman (john@nmt.edu), Applications Specialist, NM Tech Computer Center,
Speare 19, Socorro, NM 87801, (505) 835-5950, http://www.nmt.edu/~john
``Let's go outside and commiserate with nature.'' --Dave Farber
John Shipman (john@nmt.edu), Applications Specialist, NM Tech Computer Center,
Speare 19, Socorro, NM 87801, (505) 835-5950, http://www.nmt.edu/~john
``Let's go outside and commiserate with nature.'' --Dave Farber
------------------------------
Date: 21 Jul 1997 12:58:33 -0700
From: Scott Henry <scotth@sgi.com>
Subject: Re: Perl5 for IRIX 6.2!!!
Message-Id: <yd8iuy4kwie.fsf@hoshi.engr.sgi.com>
>>>>> "A" == Anton Dischner <dischner@_NO_SPAM_med.uni-muenchen.de> writes:
A> Make shure you used hintfile 6.0 and not 6.1 or something else.
Ah, no. For IRIX-6.2 and later (it was tested `./Configure -der` on
6.2, 6.3, 6.4, and alphas of 6.5), you want the irix_6.sh hintsfile.
Use the irix_6_0.sh and irix_6_1.sh config scripts ONLY on IRIX-6.0
and IRIX-6.1, respectively. Note that the pre-7.1 compilers will
not reliably compile Perl -n32, only -32. -64 compilation was not
tested (to my knowledge). ("-n32" uses the new "64bit except 32bit
pointers" ABI, which Perl isn't taking advantage of... Yet (if I get
some free time, anyway)).
--
Scott Henry <scotth@sgi.com> / Help! My disclaimer is missing!
IRIX MTS, / GIGO *really* means: Garbage in, Gospel Out
Silicon Graphics, Inc / http://reality.sgi.com/scotth/
------------------------------
Date: Wed, 23 Jul 1997 10:57:52 +0200
From: george <george@elv.enic.fr>
Subject: PLEASE HELP I NEED TO FIND THE PERL program QUICKLY
Message-Id: <33D5C790.3B11@elv.enic.fr>
PLEASE HELP I NEED TO FIND THE PERL LANGAGE QUICKLY
Alex
------------------------------
Date: Sun, 20 Jul 1997 23:06:55 -0700
From: Benjamin Kyan <bkyan@mindcast.com>
To: Audio Video Pros <avpros@avpros.net>
Subject: Re: Please help with WWWboard, I know nothing of perl!
Message-Id: <33D2FC7F.EA2E29DC@mindcast.com>
Audio Video Pros wrote:
>
> I have been trying to install WWWboard and I keep getting a 500 error,
> Internal server error. I know nothing about this but I beleive it has
> to do with my base directory. I do not know how to find out the path
> for it, no reply from my webmaster. If I go to the contents of the
> program, that is the main page for WWWboard and not enter a name I
> get the no name entered page so I guess some processing is happening.
> But if I fill the form out and try to post the info I get the error.
> HELP!
If I recall, WWWboard is *very* picky about file permissions.
Be sure that your CGI scripts have execute permission and
your data/directory files allow write permission by the server.
In many cases, the server is "nobody" or "www", or be sure to
take that into account. The one thing to watch out for, is
that WWWboard treats index.html as a data file! Be sure
permissions are set according for that file.
--
Best Regards,
Benjamin Kyan
bkyan@mindcast.com
========================== ======================== ==============
Clickstream Communications 9101 W. Sahara, #105-183 T 404.685.0852
(website) www.mindcast.com Las Vegas, Nevada 89117 F 404.685.0853
========================== ======================== ==============
------------------------------
Date: Tue, 22 Jul 1997 16:34:40 -0700
From: Tom Phoenix <rootbeer@teleport.com>
To: daniel abrams <dabrams@mathcs.emory.edu>
Subject: Re: Please Help: Pattern Matching
Message-Id: <Pine.GSO.3.96.970722163258.28607E-100000@kelly.teleport.com>
On 22 Jul 1997, daniel abrams wrote:
> I am getting funny results trying to substitue " for <xDQx>
> For instance:
>
> $holder =~ s/<xDQx>/BEGIN"END/g;
>
> results in a string where some of the <xDQx> are replaced
> with BEGIN"END as you would expect, and some appear
> as BEGINEND missing the ".
Can you post a small program which illustrates this behavior? If you can
replicate this with version 5.004, please run perlbug to file a bug
report. Thanks!
--
Tom Phoenix http://www.teleport.com/~rootbeer/
rootbeer@teleport.com PGP Skribu al mi per Esperanto!
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: Thu, 24 Jul 1997 11:18:38 GMT
From: vshlomit@wishful.weizmann.ac.il (Afgin Shlomit)
Subject: Problem - Help
Message-Id: <1997Jul24.111838.8017@wisipc.weizmann.ac.il>
Hi,
I have a string and I want to check if it's contain letters or characters
so I did :
if ($country_str == /[0-9]*/) {
printf "hgfh\n";
$ipaddress += $var2;
next;
} else {
printf "%s\n", $country_str;
}
And it always go to the else. no mather what $country_str contain - letters or
characters. I also tried instead of /[0-9]*/ - /\d*/ with no success.
Do you have any idea why it's happen ?
Any idea are welcome.
Please reply to vshlomit@wishful.weizmann.ac.il .
--
Shlomit.
------------------------------
Date: Thu, 24 Jul 1997 13:53:03 +0100
From: Simon Fairey <sfairey@adc.metrica.co.uk>
To: Afgin Shlomit <vshlomit@wishful.weizmann.ac.il>
Subject: Re: Problem - Help
Message-Id: <33D7502D.3481D86@adc.metrica.co.uk>
Afgin Shlomit wrote:
> Hi,
>
> I have a string and I want to check if it's contain letters or
> characters
What exactly do you mean by characters...numbers perhaps?
> so I did :if ($country_str == /[0-9]*/) {
This wants to be '=~' not '==' also as you are checking for 0 or more
once you use the correct syntax the above regexp will match anything so
you probably want to change the '*' to a '+' ( match one or more ). If
you want to check that a string only contains letters then use:
/[a-zA-Z]+/
or to match any alphanumeric characters ( including '_' ) use:
/\w+/
or finally to just match numbers:
/\d+/
I strongly recommend you read the perlop manpage.
Simon
------------------------------
Date: Thu, 24 Jul 1997 13:54:12 +0100
From: Simon Fairey <sfairey@adc.metrica.co.uk>
To: Afgin Shlomit <vshlomit@wishful.weizmann.ac.il>
Subject: PS: Re: Problem - Help
Message-Id: <33D75073.F22CA34A@adc.metrica.co.uk>
Afgin Shlomit wrote:
> Hi,
>
<SNIP>
Also try to pick a better subject line in the future.
Simon
------------------------------
Date: 21 Jul 1997 17:52:36 -0400
From: jeff_h@cais2.cais.com (Jeff Hecker)
Subject: Q: Perl/Oracle across the net
Message-Id: <5r0ln4$bd3@cais2.cais.com>
Keywords: Oracle SQL Perl DBI DBD TCP/IP network
Greetings, I have a Perl/Oracle/network/DBI/DBD question:
We have two groups who want to share some data. One has an Oracle 7
database running on a NT server. The other group is a Unix group. I'd
like to be able to connect the Unix box as an Oracle client.
I've checked the DBI/DBD readme files and think I'm missing some
pieces. I don't have Oracle on my Unix boxes - not to mention a
development system. Is there a way around that? Our Oracle is an
umpti-ump client license... We have PC and Mac clients... Is the
need for an oracle development system technical or legal? What
prevents some pre-compiled DBD .o files in CPAN?
I hope I am missing something obvious. Any other ideas?
TIA / Jeff
___________________________________________________________________
Jeff Hecker / wb3bdy U.S. Senate Democratic Policy Committee
Jeff_h@cais.com Washington DC, 20510
(202) 224-3232 Working to be a Microsoft-free environment
------------------------------
Date: Thu, 24 Jul 1997 11:35:11 +0100
From: Simon Fairey <sfairey@adc.metrica.co.uk>
To: Ronald Fischer <rovf@earthling.net>
Subject: Re: Reading one character unbuffered. Is there a better way?
Message-Id: <33D72FDE.C692F446@adc.metrica.co.uk>
Ronald Fischer wrote:
> Under Unix (Solaris 2.4), I use the following statement to get one
> character from the keyboard:
> chop(
> $c=
> qx(
> stty raw -echo;
> echo `dd if=/dev/tty bs=1 count=1 2>/dev/null`;
> stty -raw echo
> )
> );
> This is probably the worst way to do it. Although it works fine for my
>
> purposes, I would highly appreciate if someone could suggest a cleaner
>
> solution, or at least point out where to look for.
> --
> Ronald Fischer (rovf@Earthling.net) (PGP public key available)
> http://ourworld.compuserve.com/homepages/ronald_fischer/
> [When posting a followup, mailing a courtesy copy is fine, provided it
> is
> clearly marked as such.]
See "How can I read a single character from a file? From the keyboard?"
in the Perl FAQ at www.perl.com.
Simon
------------------------------
Date: 24 Jul 1997 12:30:59 +0200
From: Marius Kjeldahl <marius@funcom.com>
Subject: Re: Socket client writing to server
Message-Id: <52g1t4n3mk.fsf@ace.funcom.com>
Try exchanging read (SOCK...) and print SOCK ... with sysread and
syswrite (see man perlfunc) so that the "true" system read and write
functions get called.
Marius Kjeldahl -=> Funcom - the computer games company! <=-
Unix experience + games interest? => join us in creating entertainment
for the internet. Keywords: Network/server programming, distributed
systems, threads, C/C++. Contact me at marius@funcom.com or +47 22420102.
------------------------------
Date: 24 Jul 1997 06:08:54 GMT
From: riceexpert@aol.com (RiceExpert)
Subject: Sprite Database
Message-Id: <19970724060800.CAA07801@ladder02.news.aol.com>
Is anyone here familiar with Sprite.pm? I've spent so much time trying to
get this thing to work, but I haven't been able to. I've copied down
examples exactly from the rat book, and it still doesn't work. If someone
could just give me a simple example of how to add or modify an item in a
database using Sprite, I would be sooooooo grateful. Thank you.
- RiceExpert@aol.com
------------------------------
Date: 22 Jul 1997 23:53:35 GMT
From: cberry@cinenet.net (Craig Berry)
Subject: Re: Trimming leading and trailing spaces.
Message-Id: <5r3h5v$m78$1@marina.cinenet.net>
Brian - DKOnline (Brian@dkonline.com) wrote:
: On Wed, 16 Jul 1997 22:44:31 -0700, Tom Phoenix
: <rootbeer@teleport.com> wrote:
: >On Wed, 16 Jul 1997, rkn wrote:
: >
: >> Is there a simole way to trim leading and trailing spaces?
: >
: >Yes, and it's in the FAQ. Hope this helps!
:
: What a waste of bandwidth!
: If you can't be helpful, don't post!
No, I'd prefer "if you haven't checked the FAQ, don't post." People
asking an average of 10+ times a week how to trim whitespace (or validate
email addresses, or parse CSV strings, or any of a few dozen, um,
frequently asked questions) gum up the newsgroup for the rest of us, and
drown out the voices of those asking truly original, worthy questions.
: Here's the expression:
: s/^\s//g;
: s/\s$//g;
Which doesn't work, of course. See the FAQ.
---------------------------------------------------------------------
| Craig Berry - cberry@cinenet.net
--*-- Home Page: http://www.cinenet.net/users/cberry/home.html
| Member of The HTML Writers Guild: http://www.hwg.org/
"Every man and every woman is a star."
------------------------------
Date: 23 Jul 1997 15:59:16 +0100
From: Piers Cawley <pdcawley@aladdin.net>
Subject: Re: Wanted !
Message-Id: <54en8p3jcr.fsf@gunnar.aladdin.net>
"Bruce Davidson" <allied@pair.com> writes:
> Any kind perly show me a script for "copy filename1 filename2" easy
> I suppose but I haven't a clue
With a subject like 'Wanted !' is guessed that before I read the
message...
$ perl -we 'exec "cp", @ARGV'
will do what you want, but tbh
$ cp filename1 filename2
is a lot faster.
--
Piers Cawley -- Systems Genie for Aladdin
If a `religion' is defined to be a system of ideas that contains
unprovable statements, then Godel taught us that mathematics is not
only a religion, it is the only religion that can prove itself to be
one. -- John Barrow
------------------------------
Date: Thu, 24 Jul 1997 04:43:33 GMT
From: robert@ais.net (Robert Morrison)
Subject: Re: WEB discussion tool
Message-Id: <5r6m3e$dl6$1@news3.ais.net>
Kjetil Palmquist <kjetilp@a.sn.no> wrote:
>Where can I find tools for running web based discussion groups?
One is WebBoard; see http://www.worldwidemart.com/scripts/ (Matt's
Script Archive).
Robert
------------------------------
Date: Tue, 22 Jul 1997 21:17:50 -0500
From: tadmc@flash.net (Tad McClellan)
Subject: Re: What happens when....
Message-Id: <ekp3r5.rbb.ln@localhost>
Mark McDonald (webmaster@restaurantdigest.com) wrote:
: You need to use the "flock" function if your server supports it.
: This will lock the file so it can't be written/appended by two people
: at the same time... Something like this:
flock() is the way to go, but it does NOT "lock the file so it can't be
written/appended by two people at the same time"!
It only "lock the file so it won't be written/appended by two
_cooperating_ programs."
It is an advisory lock only...
--
Tad McClellan SGML Consulting
Tag And Document Consulting Perl programming
tadmc@flash.net
------------------------------
Date: Wed, 23 Jul 1997 19:54:12 -0700
From: Tom Phoenix <rootbeer@teleport.com>
To: Thomas Winzig <tsw@pvo.com>
Subject: Re: Wrapping HTML with Text::Wrap?
Message-Id: <Pine.GSO.3.96.970723194921.9621D-100000@kelly.teleport.com>
On Wed, 23 Jul 1997, Thomas Winzig wrote:
> I am trying to wrap HTML with Text::Wrap,
You shouldn't normally need to wrap HTML. The browser should take care of
that. (The exception is pre-formatted text. But if you want it wrapped,
it shouldn't be pre-formatted, should it?)
I think that you should let the browser do what it's good at. :-) Hope
this helps!
--
Tom Phoenix http://www.teleport.com/~rootbeer/
rootbeer@teleport.com PGP Skribu al mi per Esperanto!
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: 8 Mar 97 21:33:47 GMT (Last modified)
From: Perl-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 8 Mar 97)
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.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 769
*************************************