[29126] in Perl-Users-Digest
Perl-Users Digest, Issue: 370 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sat Apr 21 21:10:04 2007
Date: Sat, 21 Apr 2007 18:09:08 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Sat, 21 Apr 2007 Volume: 11 Number: 370
Today's topics:
Re: A simple photosharing application written in perl <spamtrap@dot-app.org>
Re: Booleans in Perl <tadmc@augustmail.com>
Re: Booleans in Perl <rvtol+news@isolution.nl>
DB Module installation issue in Perl <adiideas@gmail.com>
Re: DB Module installation issue in Perl <spamtrap@dot-app.org>
Re: FAQ 9.20 How do I send mail? <joe@inwap.com>
Re: How to make perl script executable from anywhere on <RedGrittyBrick@SpamWeary.foo>
Re: How to make perl script executable from anywhere on <purlgurl@purlgurl.net>
Re: How to make perl script executable from anywhere on <bik.mido@tiscalinet.it>
Re: How to time out a forked command but still see outp <hokkaidocrow@gmail.com>
Re: Server For Rent? Where? <nikos1337@gmail.com>
Re: Server For Rent? Where? <bik.mido@tiscalinet.it>
Re: Server For Rent? Where? <tadmc@augustmail.com>
Re: Server For Rent? Where? <spamtrap@dot-app.org>
Re: What are the vestiges of Pascal left in Perl? <bart.lateur@pandora.be>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sat, 21 Apr 2007 16:20:16 -0400
From: Sherm Pendley <spamtrap@dot-app.org>
Subject: Re: A simple photosharing application written in perl
Message-Id: <m2y7klmqdb.fsf@local.wv-www.com>
Rico <vaj@tempinbox.com> writes:
> I d like to show you
> http://....
Gee, that's funny, when you spammed the Java groups you claimed this was
written in Java.
Well, thanks for warning us about a site to avoid! How good can it be, if
the author doesn't even know what language he's writing it in?
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
------------------------------
Date: Sat, 21 Apr 2007 08:33:05 -0500
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: Booleans in Perl
Message-Id: <slrnf2k4kh.kbb.tadmc@tadmc30.august.net>
David Formosa (aka ? the Platypus) <dformosa@usyd.edu.au> wrote:
> On Fri, 20 Apr 2007 21:00:49 +0000 (UTC), David Williams
><dw149@acmex.gatech.edu> wrote:
>
> [...]
>
>> So, what I get is that Perl does not really understand FALSE.
>
> Perl has a very simple model of the booleans, false is 0,'0' and '',
> everything else is true.
everything else except undef is true. :-)
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Sat, 21 Apr 2007 20:45:02 +0200
From: "Dr.Ruud" <rvtol+news@isolution.nl>
Subject: Re: Booleans in Perl
Message-Id: <f0dt5e.1j8.1@news.isolution.nl>
Mark Clements schreef:
> undef (among others) is false as well :)
Everything that stringifies to either "" or "0"?
--
Affijn, Ruud
"Gewoon is een tijger."
------------------------------
Date: 21 Apr 2007 16:28:50 -0700
From: Pioneer <adiideas@gmail.com>
Subject: DB Module installation issue in Perl
Message-Id: <1177198130.833540.20950@n76g2000hsh.googlegroups.com>
Hello Folks,
we recently installed perl on new server. While testing a perl script
for DB connectivity got following error.
/common/load1/tempinstall_driver(DB2) failed: Can't load '/appserv/
appldata/perlmod/test/DBD-TEST/DBD-DB2-0.76/blib/arch
/auto/DBD/DB2/Constants/Constants.so' for module DBD::DB2::Constants:
System error: Exec format error
Could not load module /appserv/appldata/perlmod/test/DBD-TEST/DBD-
DB2-0.76/blib/arch/auto/DBD/DB2/Constants/Constants.so
.
The module has an invalid magic number. at /usr/opt/perl5/lib/
5.8.0/aix-thread-multi/DynaLoader.pm line 229.
at /appserv/appldata/perlmod/test/DBD-TEST/DBD-DB2-0.76/blib/lib/DBD/
DB2.pm line 31
Compilation failed in require at /appserv/appldata/perlmod/test/DBD-
TEST/DBD-DB2-0.76/blib/lib/DBD/DB2.pm line 31.
BEGIN failed--compilation aborted at /appserv/appldata/perlmod/test/
DBD-TEST/DBD-DB2-0.76/blib/lib/DBD/DB2.pm line 31.
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where
expected
at testdb.pl line 33
Now from .profile, it seems there are 2 DB modules, DBI and DBD.
For both modules, I ran following commands in their respective dirs.
i.e.
/appserv/appldata/perlmod/test/DBD-TEST/DBD-DB2-0.76
and /appserv/appldata/perlmod/test/new_DBI/DBI-1.29.
perl Makefile.PL
make
make test
make install.
In DBI module everything went fine. in DBD path, got following error,
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base....install_driver(DB2) failed: Can't load '/appserv/appldata/
perlmod/test/DBD-TEST/DBD-DB2-0.76/blib/arch/auto/DB
D/DB2/DB2.so' for module DBD::DB2: Could not load module /usr/local/
db2/db2clnt2/sqllib/lib/libdb2.a(shr.o).
Dependent module /usr/local/db2/db2clnt2/sqllib/lib/
libdb2trcapi.a(shr.o) could not be loaded.
Member shr.o is not found in archive
System error: Exec format error
Could not load module /usr/local/db2/db2clnt2/sqllib/lib/
libdb2trcapi.a.
Dependent module /usr/local/db2/db2clnt2/sqllib/lib/
libdb2trcapi.a could not be loaded. at /usr/opt/perl5/lib/5.
8.0/aix-thread-multi/DynaLoader.pm line 229.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where
expected
at t/base.t line 16
t/base....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/main....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/base.t 255 65280 5 2 40.00% 4-5
Failed 1/2 test scripts, 50.00% okay. 2/6 subtests failed, 66.67%
okay.
make: The error code from the last command is 2.
Stop.
Any help/pointers would be appreciated.
Thanks
Aditya
------------------------------
Date: Sat, 21 Apr 2007 19:54:17 -0400
From: Sherm Pendley <spamtrap@dot-app.org>
Subject: Re: DB Module installation issue in Perl
Message-Id: <m27is5mggm.fsf@local.wv-www.com>
Pioneer <adiideas@gmail.com> writes:
> t/base....install_driver(DB2) failed: Can't load '/appserv/appldata/
> perlmod/test/DBD-TEST/DBD-DB2-0.76/blib/arch/auto/DB
> D/DB2/DB2.so' for module DBD::DB2: Could not load module /usr/local/
> db2/db2clnt2/sqllib/lib/libdb2.a(shr.o).
> Dependent module /usr/local/db2/db2clnt2/sqllib/lib/
> libdb2trcapi.a(shr.o) could not be loaded.
> Member shr.o is not found in archive
> System error: Exec format error
Looks to me like the DB2 libraries themselves are hosed for some reason.
Perl's DBD::DB2 module is a Perl interface built on top of those libraries,
so it won't work until they do.
Some things to look for: Did you install the correct version of the DB2
client libraries for your OS? Were there any problems with that install?
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
------------------------------
Date: Sat, 21 Apr 2007 14:58:18 -0700
From: Joe Smith <joe@inwap.com>
Subject: Re: FAQ 9.20 How do I send mail?
Message-Id: <jYydnUtwRtgg57fbnZ2dnUVZ_hqdnZ2d@comcast.com>
timdooling wrote:
> "timdooling" <timdooling@qconline.com> wrote:
> The log file reads:
>
> /usr/sendmail -t
> open result: 23939 close result:
> /bin/sendmail -t
> open result: 23940 close result:
No way. No reasonable sysadmin would keep a copy of sendmail in the /usr
directory. /usr/bin: maybe. /usr/lib: yes. /usr: no.
> print SENDMAIL 'From: <timdooling@qconline.com>\n';
You are not checking to see if that print() statement is succeeding.
Also, you've got "\n" wrong.
print SENDMAIL 'From: <timdooling@example.com>',"\n" or die "pipe $!";
> print "Content-type: text/html\n\n";
> print "Hello, World.";
There's no HTML there.
print "Content-type: text/plain\n\n";
> Still no mail. I am stumped.
> I assume it is a server problem at this point. Any ideas?
Not a server problem.
-Joe
#!/usr/bin/perl
use strict; use warnings;
sub die_content { # In case running as a CGI program
print "Content-type: text/plain\n\n",@_,"\n";
exit 1
}
my @dirs = qw( /usr/bin /usr/lib /usr/etc );
my $sendmail;
-x "$_/sendmail" and $sendmail = "$_/sendmail" for @dirs;
die_content "Cannot locate sendmail in @dirs" unless $sendmail;
my $message = <<'EOM';
To: <timdooling@example.com>
From: <timdooling@example.com>
Subject: test
Testing with a one-line message body.
EOM
my $open_result = open my $pipe,"|$sendmail -oi -t";
die_content "Pipe open to $sendmail failed: $! ($?)" unless $open_result;
print $pipe $message or die_content "Writing to pipe failed: $!";
close $pipe or die_content "Closing of pipe failed: $!";
print "Content-type: text/plain\n\n",
"Message sent using $sendmail ($open_result):\n",$message;
exit;
# Or use one of the many Mail modules on CPAN.
------------------------------
Date: Sat, 21 Apr 2007 17:10:34 +0100
From: RedGrittyBrick <RedGrittyBrick@SpamWeary.foo>
Subject: Re: How to make perl script executable from anywhere on windows?
Message-Id: <ht6dnSkRY77lqrfbRVnyhQA@bt.com>
>> veg_all wrote:
>>> I have ActivePerl installed and want to place all my scripts in one
>>> directory but be able to execute them from anywhere. So if I type perl
>>> myscript.pl from any directory/folder in windows dos prompt it will
>>> run
Which is a question about how to execute d:\my\onedirectory\myscript.pl
by typing `perl myscript.pl` when the current directory is c:\elsewhere.
The answer is to add d:\my\onedirectory to your path and type the
command `myscript.pl`.
The answer is *not* to associate the .pl filename extension with
perl.exe - the installer will already have done this.
> Purl Gurl previously wrote:
>>
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/Windows/ActivePerl-Winfaq4.html#How_do_I_associate_Perl_scripts_
Which is a document about how to associate the .pl filename extension
with the perl interpreter.
Associating pl with perl.exe does not help the OP achieve success with
c:\elsewhere> perl myscript.pl
when myscript.pl is in d:\my\onedirectory
which is what he said he wants to do.
>> http://radio.weblogs.com/0100529/WinXp/
Also about "Associate file types on the command line"
> RedGrittyBrick wrote:
>> Add the directory which contains your scripts to the PATH variable.
<exact instructions snipped>
Which *will* help the OP achieve success with
c:\elsewhere> perl myscript.pl
when myscript.pl is in d:\my\onedirectory
which is what he said he wants to do.
Note that my advice
>> Add the directory which contains your scripts to the PATH variable.
Is *not* the same as PurlGurl's advice to associate the .pl filename
extension with the perl interpreter.
In my original response I added
>> Note that this has *nothing* to do with perl.exe being on the path or
>> file associations for .pl. The ActiveState installer will already have
>> taken care of both of these. I think the other responder has
>> misunderstood your question.
PurlGurl then wrote:
>
> I am curious.
>
> I provide the precise same information as you,
No you didn't.
> With your having repeated what I wrote, but to a significantly
> lesser degree of quality,
My advice was completely different.
> why do you understand and I misunderstand?
Because I read the original posting more carefully.
> Appears you are lying to readers just as McClellan lies to readers.
It is not a lie to say that associating the .pl filename extension with
the perl interpreter does not enable you to run a perl program by typing
`perl myscript.pl` when myscript.pl is not in the current directory.
Especially when the ActivePerl installer will already have made that
association.
------------------------------
Date: Sat, 21 Apr 2007 09:40:26 -0700
From: Purl Gurl <purlgurl@purlgurl.net>
Subject: Re: How to make perl script executable from anywhere on windows?
Message-Id: <-ZSdnSAl-LMeo7fbnZ2dnUVZ_t6qnZ2d@giganews.com>
RedGrittyBrick wrote:
>>> veg_all wrote:
(attributions slaughtered by Brick)
> PurlGurl then wrote:
>> I am curious.
>> I provide the precise same information as you,
> No you didn't.
This is the second of my two articles,
BEGIN
---
A more advanced method, treated separately in this article,
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/environment_variables.mspx?mfr=true
Simple matter of adding your perl bin path. An example,
Path=C:\apache\bin;C:\WINDOWS\system32;C:\WINDOWS;...(other paths)
For my system, c:\apache\bin is the location of my perl executable.
This location is all your truly need to run perl core from a command line.
I type in perl at my command line, Windows check paths until perl.exe
is found in my apache\bin directory. For my installation I renamed my
perl5.6.1.exe to simply perl.exe to keep my command line short and simple.
Using this method will allow you to run perl from a command line, in any directory,
and allow you to associate a program editor with a .pl file or .cgi file. Click
on .pl or .cgi file in a directory, a program editor opens the file. Type perl
on a command line, perl core runs.
Your Path syntax for adding a path to Windows must be precise and correct.
For Windows XP use the Microsoft link.
For Windows 95/98/ME same Path syntax but add this your autoexec.bat file
found in your C:\ root directory. You will have to reboot.
You can also set a Path on a temporary basis at a command line.
Research syntax on this well before attempting to do this. Your syntax
must be perfect.
A problem is suggested. Your Active State install should have set a
path for you during installation. You should check this to discover
why your Active State install failed to perform this task.
Purl Gurl
END
---
You are lying, Bubba. Not only did I provide the same information as
you, I provided this information before you and I provide a much higher
quality of information and greater in-depth information than you.
Lying is a very popular activity of the gods of Perl around here.
Purl Gurl
------------------------------
Date: Sat, 21 Apr 2007 21:47:22 +0200
From: Michele Dondi <bik.mido@tiscalinet.it>
Subject: Re: How to make perl script executable from anywhere on windows?
Message-Id: <mfqk2391578mjom4lbbaee0d84cnjseio6@4ax.com>
On Sat, 21 Apr 2007 17:10:34 +0100, RedGrittyBrick
<RedGrittyBrick@SpamWeary.foo> wrote:
>PurlGurl then wrote:
>>
>> I am curious.
[...]
>> why do you understand and I misunderstand?
>
>Because I read the original posting more carefully.
They use to say something along the lines of: "chances are, when you
argue with a fool, that she's doing the same". Now, our resident troll
is a particular instance of a fool. 'Nuff said.
Michele
--
{$_=pack'B8'x25,unpack'A8'x32,$a^=sub{pop^pop}->(map substr
(($a||=join'',map--$|x$_,(unpack'w',unpack'u','G^<R<Y]*YB='
.'KYU;*EVH[.FHF2W+#"\Z*5TI/ER<Z`S(G.DZZ9OX0Z')=~/./g)x2,$_,
256),7,249);s/[^\w,]/ /g;$ \=/^J/?$/:"\r";print,redo}#JAPH,
------------------------------
Date: 21 Apr 2007 08:58:02 -0700
From: thecrow <hokkaidocrow@gmail.com>
Subject: Re: How to time out a forked command but still see output?
Message-Id: <1177171082.881950.290750@e65g2000hsc.googlegroups.com>
On Apr 18, 8:19 am, "comp.llang.perl.moderated" <c...@blv-
sam-01.ca.boeing.com> wrote:
> Another way if redirecting all -- rather than just
> the ensuing output from the point of the interrupt --
> to a file is acceptable:
>
> open( my $fh, "$command |") or die "fork failed: $!" ;
>
> local $SIG{ ALRM } = sub { close $fh;
> system("$command >save.txt &"); exit;};
>
> alarm $startupWait;
> ...
> print while <$fh>; # eg.
I'm confused by this example, it seems that it would run the command
twice, discarding all the output the first time, and saving all the
output the second time. Definitely that's not what I'm looking for.
My main challenge was that I wanted to see that output in realtime,
but the command writes unbuffered output to STDOUT, and is prone to
hanging.
------------------------------
Date: 21 Apr 2007 09:39:00 -0700
From: skieros <nikos1337@gmail.com>
Subject: Re: Server For Rent? Where?
Message-Id: <1177173540.115197.13130@l77g2000hsb.googlegroups.com>
On Apr 21, 4:11 pm, Michele Dondi <bik.m...@tiscalinet.it> wrote:
> Well said. Let's switch to a completely different subject matter
> altogether. Can any of you guys suggest me a good escort service? I
> know this is not exactly on topic. But I'm asking here because I
> thought some of you may know.
Although i said i would no longer continue discussing this thread i
will break the vow and tell you that an escort service is way too off-
topic question as opposed of asking if some of you folks here knew
about a web hosting company, having in mind that people here are
developing perl cgi scripts for themselves and others as well. So i
went a step further and asked of a hosting server.
If you want to make a such a big deal out of this simple question go
ahead, i will not paricipate any longer.
------------------------------
Date: Sat, 21 Apr 2007 21:44:04 +0200
From: Michele Dondi <bik.mido@tiscalinet.it>
Subject: Re: Server For Rent? Where?
Message-Id: <jepk23p56s58u3nbg8nf4lqalf3bjh8hil@4ax.com>
On 21 Apr 2007 09:39:00 -0700, skieros <nikos1337@gmail.com> wrote:
>> Well said. Let's switch to a completely different subject matter
>> altogether. Can any of you guys suggest me a good escort service? I
>> know this is not exactly on topic. But I'm asking here because I
>> thought some of you may know.
>
>Although i said i would no longer continue discussing this thread i
>will break the vow and tell you that an escort service is way too off-
>topic question as opposed of asking if some of you folks here knew
>about a web hosting company, having in mind that people here are
>developing perl cgi scripts for themselves and others as well. So i
>went a step further and asked of a hosting server.
The question is: how definite is the threshold? While I'll agree that
my ironical request was *more* OT than you allegedly serious one, how
can we quantify their respective OTness? What I'm trying to suggest
you is that what you had in mind, that is, in your own words, that
"people here are developing perl cgi scripts for themselves and others
as well" may be a fallacious assumption in the first place, and not in
a terribly different way wrt the one that people here have a great
expertise in secort services, so you should perhaps meditate about it.
Try to understand: for us who work either for fun or for money with
Perl everyday, doing most disparate things with it, the common
identification of it with "web thingies" is plainly annoying, but I
suppose we can live with it. Anything that tends to support it, ends
up being actually hateful. So some people will feel like *fighting*
it.
Michele
--
{$_=pack'B8'x25,unpack'A8'x32,$a^=sub{pop^pop}->(map substr
(($a||=join'',map--$|x$_,(unpack'w',unpack'u','G^<R<Y]*YB='
.'KYU;*EVH[.FHF2W+#"\Z*5TI/ER<Z`S(G.DZZ9OX0Z')=~/./g)x2,$_,
256),7,249);s/[^\w,]/ /g;$ \=/^J/?$/:"\r";print,redo}#JAPH,
------------------------------
Date: Sat, 21 Apr 2007 15:51:39 -0500
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: Server For Rent? Where?
Message-Id: <slrnf2kuar.mue.tadmc@tadmc30.august.net>
skieros <nikos1337@gmail.com> wrote:
> On Apr 21, 4:11 pm, Michele Dondi <bik.m...@tiscalinet.it> wrote:
>
>> Well said. Let's switch to a completely different subject matter
>> altogether. Can any of you guys suggest me a good escort service? I
>> know this is not exactly on topic. But I'm asking here because I
>> thought some of you may know.
>
> Although i said i would no longer continue discussing this thread i
> will break the vow
We were expecting nothing less from you.
> and tell you that an escort service is way too off-
> topic question
You are the one that gets to decide how "off topic" of an off topic
post is acceptable?
Who died and made you King?
> having in mind that people here are
> developing perl cgi scripts for themselves and others as well. So i
> went a step further and asked of a hosting server.
Having in mind the people here are using escort services for themselves
and others as well, Michele simply went a step further and asked of a
escort service.
> i will not paricipate any longer.
deja vu!
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Sat, 21 Apr 2007 16:47:24 -0400
From: Sherm Pendley <spamtrap@dot-app.org>
Subject: Re: Server For Rent? Where?
Message-Id: <m2tzv9mp43.fsf@local.wv-www.com>
Michele Dondi <bik.mido@tiscalinet.it> writes:
> Try to understand: for us who work either for fun or for money with
> Perl everyday, doing most disparate things with it, the common
> identification of it with "web thingies" is plainly annoying, but I
> suppose we can live with it.
I can live with it, but I'd just as soon not encourage it. The problem in
my opinion is that by closely identifying Perl with "web thingies", one
also closely identifies programmers who happen to have some experience
with Perl with "web thingies".
I can get Real Work done in three or four different languages, and fake my
way through a dozen or more. I hopped on the web bandwagon in the mid-90s
because that's where the money was, and because of that I find myself being
stereotyped as a "Perl web programmer."
I'm doing what I can to try to break the mold, promoting Perl as a full-
blown GUI development tool with CamelBones. But, I'm just a programmer.
I'm not much of an evangelist, and the problem of stereotypes doesn't lend
itself very well to being solved with code. :-(
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
------------------------------
Date: Sat, 21 Apr 2007 22:03:47 GMT
From: Bart Lateur <bart.lateur@pandora.be>
Subject: Re: What are the vestiges of Pascal left in Perl?
Message-Id: <3g1l23p49flqcte0ihne6mc1so2l3dvhf4@4ax.com>
Jean-Baptiste Mazon wrote:
>The perl manpage mentions the following:
>
> Perl combines (in the author's opinion, anyway) some of the
> best features of C, *sed*, *awk*, and *sh*, so people familiar
> with those languages should have little difficulty with it.
> (Language historians will also note some vestiges of *csh*,
> Pascal, and even BASIC-PLUS.)
>
>I could easily find a few examples of Perl features common with C,
>sed, awk and sh. With a little additional research, I could find
>similarities with csh and BASIC-PLUS, too.
>
>I'm stuck about Pascal.
That is odd. I see no mention of Ada. Perl has quite a few things that
appear to be borrowed from Ada (as does Oracle's stored procedure
language PL/SQL):
- "package"
- "elsif"
- originally, the package name separator: the apostrophe -- now the
double colon, but the apostrophe still works: Foo::Bar is the same as
Foo'Bar
- underscores as a soft marker in numbers: 10_000 (= 10000)
--
Bart.
------------------------------
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.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
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 V11 Issue 370
**************************************