[12307] in Perl-Users-Digest
Perl-Users Digest, Issue: 5907 Volume: 8
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Mon Jun 7 01:07:20 1999
Date: Sun, 6 Jun 99 22:00:17 -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, 6 Jun 1999 Volume: 8 Number: 5907
Today's topics:
"Premature end of Script Headers," Error in Perl CGI Sc aaron@preation.com
Re: "Premature end of Script Headers," Error in Perl CG <laurens@bsqaure.com>
Re: Afraid to ask about Y2K! (Matthew Bafford)
Re: Afraid to ask about Y2K! <kristina@greatbasin.net>
ANNOUNCE: Champaign-Urbana.pm Meeting Tue Jun 8 (Daniel S. Lewart)
ANNOUNCE: List::Permutor 0.22 <rootbeer@redcat.com>
Get Date in Perl <plasmoid@iname.com>
Re: Help - Convert ASP syntax to PERL <mcdonnel@bestweb.{3 letter abbrev. for network}>
Help using Win32::Shortcut <crud@free.net>
Re: joining multidimensional arrays (Andrew Johnson)
ldap error chouhei@my-deja.com
Re: Lynx and Perl <colt@internet.net>
newbie question about displaying digits. <WOR130@email.msn.com>
Re: newbie question about displaying digits. (Andrew Johnson)
Re: newbie question about displaying digits. <bruno@nospam.whack.org>
Parse Mailing address <ozette@imaginative-creations.com>
Re: Parse Mailing address (Ronald J Kimball)
Re: PC carriage returns ( ^M ) in form fields. (Larry Rosler)
Re: Sending LOTS of Messages by Script <abc@def.com>
Re: Sending LOTS of Messages by Script <jbc@shell2.la.best.com>
Re: The artistic license and perl: <rra@stanford.edu>
Re: The artistic license and perl: <rra@stanford.edu>
Re: Very very short tutorial about modules (Andrew Allen)
Special: Digest Administrivia (Last modified: 12 Dec 98 (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sun, 06 Jun 1999 22:42:15 GMT
From: aaron@preation.com
Subject: "Premature end of Script Headers," Error in Perl CGI Script
Message-Id: <7jetg7$7r2$1@nnrp1.deja.com>
Dear Perl Masters,
I am trying to write a simple Perl script that will take some values from
a form on a html page and use them in the script to create a new html
page that is then "print"(ed) to the browser for viewing.
I am working directly from the "Learning Perl" book of Randal L. Schwartz
& Tom Christiansen. The Ice Cream Script (found on page 186 for those who
have this wonderful book) does not work on my Server. The content of this
small script can be found at the end of this message.
Here is what I know:
-------------------------------------------------
File permissions are set correctly for execution.
The -w switch is on
The file is uploaded to my server correctly and
named correctly.
I have other ".pl" files working so it is correctly set
up to handle these correctly.
I have many other borrowed Perl scripts from other
sources that are working fine.
The Error that I get is the typical 500 Internal
Server Error, it then says "Premature end of
Script Headers"
What I don't know is:
-------------------------------------------------
What does "Premature end of Script Headers" mean?
What can I do to make the Script Headers not end prematurely?
This comes straight from a book, what is wrong and
making it not work?
Could this be my server? Everything else works
fine!
I still have limited knowledge of Perl and I am trying to learn more as
quickly as I can, this problem has halted my progress, I hope that I can
get this going and get a good explanation of what is causing this
frustrating problem.
Thanks for your time and help!
Sincerely,
Aaron Houghton
-------------------------------------------------------------------------
#!/usr/bin/perl -w
# cgi-bin/ice_cream: program to answer ice cream
# favorite flavor from (version 1)
use CGI qw(param);
print <<End_of_Start;
Content-type: text/html\n\n
<html>
<head>
<title>Hello World</title>
</head>
<font face=helvetica size=4><b>Welcome Aaron</b></font>
End_of_Start
my $favorite = param('flavor');
print "<P>Your favorite flavor is $a.";
print <<All_Done;
</body>
</html>
All_Done
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: Sun, 6 Jun 1999 21:32:19 -0700
From: "Lauren Smith" <laurens@bsqaure.com>
Subject: Re: "Premature end of Script Headers," Error in Perl CGI Script
Message-Id: <7jfi0q$8ga$1@brokaw.wa.com>
aaron@preation.com wrote in message <7jetg7$7r2$1@nnrp1.deja.com>...
>This comes straight from a book, what is wrong and
> making it not work?
>my $favorite = param('flavor');
>print "<P>Your favorite flavor is $a.";
check the $favorite variable.
:-)
lauren
------------------------------
Date: Mon, 07 Jun 1999 02:07:25 GMT
From: dragons@dragons.duesouth.net (Matthew Bafford)
Subject: Re: Afraid to ask about Y2K!
Message-Id: <slrn7lm9f6.3lo.dragons@dragons.duesouth.net>
On 6 Jun 1999 21:40:51 GMT, Steve Bean <sbean@iex.net>
grabbed an phone line, and tapped out the following with his tongue:
: But i WILL anyway. I can't believe someof the flameout answers to good
: questions about Y2K in this section.
The flames are because people don't bother to read what people have said
before.
man perlfaq4
or, from:
http://dragons.home.duesouth.net/dejaview.html
do:
./dejaview -v -g -m 100 '(~g comp.lang.perl.misc) & (~s y2k)' > y2k.html
: ARE THERE PROBLEMS WITH Y2K AND PERL?
IF YOU HAVE TO ASK, THEN YES.
: Thanks in advance
Hope This Helps!
--Matthew
------------------------------
Date: Sun, 6 Jun 1999 20:26:43 -0700
From: Kristina <kristina@greatbasin.net>
To: Steve Bean <sbean@iex.net>
Subject: Re: Afraid to ask about Y2K!
Message-Id: <Pine.BSI.4.05L.9906062015580.6819-100000@web0.greatbasin.net>
On 6 Jun 1999, Steve Bean wrote:
> But i WILL anyway. I can't believe someof the flameout answers to good
> questions about Y2K in this section.
>
> ARE THERE PROBLEMS WITH Y2K AND PERL?
The main point here is that the question "Does Perl have a Y2K problem"
does not give you useful information, since the answer will be "No."
A *much* better question is to ask the author of a program, "Does this
particular Perl program called Bonzo-Perl-O-Rama which I found at your
site have a Y2K problem?"
You can most likely write Y2K compliant and *non* Y2K compliant programs
in C, C++, Basic, Cobol, Lisp, Fortran, Visual Basic, or any other
language, so asking about the language (or, in some cases) the interpreter
may not be appropriate.
Kristina
------------------------------
Date: 7 Jun 1999 03:10:24 GMT
From: d-lewart@uiuc.edu (Daniel S. Lewart)
Subject: ANNOUNCE: Champaign-Urbana.pm Meeting Tue Jun 8
Message-Id: <7jfd70$a0a$1@vixen.cso.uiuc.edu>
Champaign-Urbana Perl Mongers,
Our June meeting will be:
Tue Jun 8 19:00 CDT
Papa Del's
206 E Green St
Champaign, IL
We will be in the non-smoking area. I will wear my Perl t-shirt.
See y'all,
Daniel Lewart
Champaign-Urbana Perl Mongers Fearless Leader
d-lewart@uiuc.edu
http://cmi.pm.org/
------------------------------
Date: 7 Jun 1999 02:31:49 GMT
From: Tom Phoenix <rootbeer@redcat.com>
Subject: ANNOUNCE: List::Permutor 0.22
Message-Id: <7jfaul$3c7$1@play.inetarena.com>
Here's a brief summary of the documentation which comes with this module.
See the module itself for further details. It should propagate throughout
CPAN within the next few days.
http://www.cpan.org/authors/id/PHOENIX/List-Permutor-0.022.tar.gz
file: $CPAN/authors/id/PHOENIX/List-Permutor-0.022.tar.gz
size: 2695 bytes
md5: b5c0f922730b9493c7c1e0583a5c8f78
NAME
List::Permutor - Process all of the possible permutations
of a list of items.
SYNOPSIS
use List::Permutor;
my $perm = new List::Permutor qw/ fred barney betty /;
while (my @set = $perm->next) {
print "One order is @set.\n";
}
AUTHOR
Tom Phoenix <rootbeer@redcat.com>
INSTALLATION
See the instructions which came with your Perl distribution.
The current implementation uses no XS code, so this release
should be compatible with all systems.
VERSION
Currently version 0.022 or so, so some features (or even the
module's name!) may change in the future.
--
Tom Phoenix Perl Training and Hacking Esperanto
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: Mon, 07 Jun 1999 04:52:41 GMT
From: Mark Robinson <plasmoid@iname.com>
Subject: Get Date in Perl
Message-Id: <375B4F9C.4C656FE@iname.com>
How can get the system date in PERL?
------------------------------
Date: Mon, 07 Jun 1999 02:20:47 GMT
From: "John McDonnell" <mcdonnel@bestweb.{3 letter abbrev. for network}>
Subject: Re: Help - Convert ASP syntax to PERL
Message-Id: <30G63.2186$T24.163560@newshog.newsread.com>
You'll want to take a look at the CGI.pm module that comes with Perl.
The code you want looks something like this (not tested):
#!/usr/bin/perl -w
use CGI;
my $q = new CGI;
if ($q->param('pass')=='password') {
$q->redirect(-uri=>'http://mysite.com/yes.html',
-nph=>1);
} else {
$q->redirect(-uri=>'http://mysite.com/no.html',
-nph=>1);
}
macswain@ilap.comSPAM NO (Gord MacSwain) wrote in message
<375adadb.8186774@news.ilap.com>...
>I would sure like to find a PERL substitue for the following ASP code:
>
><%@ LANGUAGE="VBscript" %>
><% IF Request.FORM("pass") = "password" THEN
>Response.Redirect "yes.html"
>ELSE
>Response.Redirect "no.html"
>end IF %>
>
>Entering a password 'posts' from HTML to the above file. If the
>'password' is correct it sends you to one html page else it sends you
>to another. My ISP is running Unix and I would like to find something
>(PERL) that will do the job. Thanks.
><Gord> (Remove no-spam trailer if
> replying via email)
------------------------------
Date: 7 Jun 1999 03:30:58 GMT
From: Crud Mucosa <crud@free.net>
Subject: Help using Win32::Shortcut
Message-Id: <8DDDEEEB8crudmucosaworldnetat@netnews.worldnet.att.net>
Hello out there!
Does anyone have any useful examples showing how to properly use
the Win32::Shortcut module? I've been banging my head against the
wall trying to get it working with no luck. . .
Any help is appreciated!
Crud Mucosa
------------------------------
Date: Mon, 07 Jun 1999 00:43:32 GMT
From: andrew-johnson@home.com (Andrew Johnson)
Subject: Re: joining multidimensional arrays
Message-Id: <UAE63.53375$tE.637656@news2.rdc1.on.home.com>
In article <ant062254927Lh==@ch0128.charis.co.uk>,
James Stewart <james@britlinks.co.uk> wrote:
! Hi,
!
! I have information in a multidimensional array and want to join it
! together to output to a file. I want all the data in $array[0] to be
! separated by colons and then each group of those to be separated by
! a newline.
!
! I've tried:
!
! $length = @final;
! for ($loop=0; $loop<=$length-1; $loop++) {
! $output[$loop] = join (":", $final[$loop]);
! }
! $going = join("\n",@output);
!
! but this doesn't seem to do what I want.
you aren't dereferencing your inner arrays in your loop:
@final = ([1,2,3],[4,5,6],[7,8,9]);
$length = @final;
for ($loop=0; $loop<=$length-1; $loop++) {
$output[$loop] = join (":", @{$final[$loop]});
}
$going = join("\n",@output);
print $going;
or, you could shorten this to:
@final = ([1,2,3],[4,5,6],[7,8,9]);
print join("\n",map{join(':',@$_)}@final);
hope it helps
regards
andrew
------------------------------
Date: Mon, 07 Jun 1999 00:59:34 GMT
From: chouhei@my-deja.com
Subject: ldap error
Message-Id: <7jf5hj$a1p$1@nnrp1.deja.com>
I meet a problem with using ldap.pm under perl5.17, the error message
is "Can't locale loadable object for module ldap in @INC(@INC contains:
C:/perl/lib C:/perl/site/lib BEGIN failed--compilation aborted at
snode/login.cgi line 3.".
the content of line 3 : use ldap;
Regards.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: Mon, 7 Jun 1999 07:05:28 +0800
From: "CWK" <colt@internet.net>
Subject: Re: Lynx and Perl
Message-Id: <7jeu8b$alq$1@justice.csc.cuhk.edu.hk>
Thanks for the comment. But I find the syntax from the "man" page.
Anyway, my intention is to redirect data stream from another site to a HTML
page without creating any
intermediate temporary file. Can this be achieved?
Tad McClellan <tadmc@metronet.com> wrote in message
news:qqu9j7.7lk.ln@magna.metronet.com...
> CWK (colt@internet.net) wrote:
> : I would like to write a perl program to make use of Lynx to get files
from
> : another site. How can I redirect the output
> : from the Lynx program, but not by writing to a file at first, to achieve
> : this?
>
> : I've tried the following with NO success:-
>
> : @!/usr/bin/perl
> : ........
> : 'lynx http://www.abc.def/~xyz/file'
>
>
> You are using the wrong quote characters.
>
> They are easy to overlook. So easy in fact, that I never
> use them. I use the below form instead (which is described
> in perlop.pod
>
>
> qx(lynx http://www.abc.def/~xyz/file);
>
>
> But you should probably be using the LWP modules for
> fetching web pages anyway.
> Fort Worth, Texas
------------------------------
Date: Sun, 6 Jun 1999 21:28:11 -0400
From: "3WHD" <WOR130@email.msn.com>
Subject: newbie question about displaying digits.
Message-Id: <etel$QHs#GA.406@cpmsnbbsa02>
Hello!
I'm totally new to perl but I have to modify some existing scripts.
My question is that How can I display $10000 as $10,000 ?
Please help me.
Thanks
rapis
------------------------------
Date: Mon, 07 Jun 1999 02:08:23 GMT
From: andrew-johnson@home.com (Andrew Johnson)
Subject: Re: newbie question about displaying digits.
Message-Id: <rQF63.53563$tE.644987@news2.rdc1.on.home.com>
In article <etel$QHs#GA.406@cpmsnbbsa02>,
3WHD <WOR130@email.msn.com> wrote:
! Hello!
!
! I'm totally new to perl but I have to modify some existing scripts.
! My question is that How can I display $10000 as $10,000 ?
! Please help me.
I'll help you help yourself:
perlfaq5.pod: How can I output my numbers with commas added?
So, your answer can be found in perlfaq5. If you don't know how to
access the faqs and other documentation included with perl, try these
on the system where perl is installed:
perldoc perldoc
perldoc perl
perldoc perlfaq5
(you can also try 'man perlfaq5' if your system is so enabled)
regards
andrew
------------------------------
Date: Sun, 06 Jun 1999 20:49:34 -0700
From: Bruno Connelly <bruno@nospam.whack.org>
Subject: Re: newbie question about displaying digits.
Message-Id: <375B414E.67A91E6@nospam.whack.org>
3WHD> I'm totally new to perl but I have to modify some existing
scripts.
3WHD> My question is that How can I display $10000 as $10,000 ?
3WHD> Please help me.
3WHD> Thanks
use Number::Format; # Available from CPAN.
--bruno
____________________________________________
Bruno Connelly <bruno@whack.org>
Interweb Ninjaneer Whack Productions
____________________________________________
------------------------------
Date: Sun, 06 Jun 1999 23:51:03 -0400
From: "Mr. Ozette Brown" <ozette@imaginative-creations.com>
Subject: Parse Mailing address
Message-Id: <375B41A7.94F1CEC@imaginative-creations.com>
Does anyone know how to parse a Mailing Address? For example:
AFAKE DEMO COMPANY
6543 Frontside Rd.
New York, NY 90001
US
company = ?
address = ?
city = ?
state = ?
zipcode = ?
Please keep in mind that the address can span multiple lines and the
country of US may or may not be there.
I have something that works, but I'd like to get another Perl
programmers workable code fragments.
Thanks,
Ozete
--
Mr. Ozette J. Brown <President>
Imaginative Creations <webmaster@imaginative-creations.com>
A Website Development and Consulting Company.
http://www.imaginative-creations.com
------------------------------
Date: Mon, 7 Jun 1999 00:26:07 -0400
From: rjk@linguist.dartmouth.edu (Ronald J Kimball)
Subject: Re: Parse Mailing address
Message-Id: <1dt0673.rrqxh1gsct34N@p71.tc1.metro.ma.tiac.com>
Mr. Ozette Brown <ozette@imaginative-creations.com> wrote:
> Does anyone know how to parse a Mailing Address? For example:
>
> AFAKE DEMO COMPANY
> 6543 Frontside Rd.
> New York, NY 90001
> US
>
> company = ?
> address = ?
> city = ?
> state = ?
> zipcode = ?
>
> Please keep in mind that the address can span multiple lines and the
> country of US may or may not be there.
>
Hmm, I might do it like this, assuming the address is in $address:
@lines = split /\n/, $address;
$name = shift @lines;
while (@lines) {
$line = shift @lines;
if ($line =~ /^\s*([^,]+),\s*([A-Z]+)\s*([\d-]+)\s*$/) {
($city, $state, $zip) = ($1, $2, $3);
last;
}
push @addr, $line;
}
$country = shift @lines;
Note the regex makes some rather strict assumptions about the format of
the city/state/zip-code line.
--
_ / ' _ / - aka -
( /)//)//)(//)/( Ronald J Kimball rjk@linguist.dartmouth.edu
/ http://www.tiac.net/users/chipmunk/
"It's funny 'cause it's true ... and vice versa."
------------------------------
Date: Sun, 6 Jun 1999 17:43:50 -0700
From: lr@hpl.hp.com (Larry Rosler)
Subject: Re: PC carriage returns ( ^M ) in form fields.
Message-Id: <MPG.11c4b593af093206989b79@nntp.hpl.hp.com>
[Posted and a courtesy copy sent.]
In article <MPG.11c477b535dc548b989680@news.dt1.sdca.home.com> on Sun,
06 Jun 1999 20:16:03 GMT, zgott <zgott@hotmail.com> says...
> I've got a script running on a linux machine that takes intput from a
> form textarea and writes it to an html file. problem is the damn pc
> carraige returns are printed out as ^M I want to replace them with \n<BR>
> before writting to the file. for some reason s/\^M/\\n<BR>/; doesn't
> work. Anyone have any ideas.
Two mistakes there, one on each side.
s/\cM/\n<BR>/;
--
(Just Another Larry) Rosler
Hewlett-Packard Company
http://www.hpl.hp.com/personal/Larry_Rosler/
lr@hpl.hp.com
------------------------------
Date: Mon, 07 Jun 1999 00:20:50 GMT
From: Albert Chin-A-Young <abc@def.com>
Subject: Re: Sending LOTS of Messages by Script
Message-Id: <CfE63.42$Gm5.372@news.megsinet.net>
In comp.mail.sendmail Rick Freeman <rfreeman@resmatic.com> wrote:
> I'm in the process of modifying a home-rolled mailing list manager
> (written in Perl) which currently sends sendmail one message with all
> the recipients in the bcc field. The new version will send a separate
> message for each recipient to sllow for various kinds of
> personalization, like a one-click unsubscribe link.
> Right now I just open a pipe to sendmail and feed it the message. It
> would be very easy for me to do the same thing in a loop for each
> recipient in the new version, but I'm wondering if there is anything I
> should do differently as there will be so many messages sent all
> together (500 to 2000 messages in the current lists, though it should
> be able to grow to at least 5000 addresses.).
> It just seems like it might be wrong to open 2000 pipes to sendmail
> and send 2000 messages all at once??? or is it???
How about connecting to port 25 and sending everything at once:
MAIL FROM: <>
RCPT TO: <>
DATA:
<>
< repeat 2000 times >
You could also make 10 connections in parallel and deliver 200 to
parallelize the delivery.
Net::SMTP should make this real easy.
> Rick
--
albert chin (china (at) thewrittenword (dot) com)
------------------------------
Date: 07 Jun 1999 00:32:50 GMT
From: John Callender <jbc@shell2.la.best.com>
Subject: Re: Sending LOTS of Messages by Script
Message-Id: <375b1332$0$204@nntp1.ba.best.com>
In comp.lang.perl.misc Rick Freeman <rfreeman@resmatic.com> wrote:
> It just seems like it might be wrong to open 2000 pipes to sendmail
> and send 2000 messages all at once??? or is it???
Actually, this exact issue just came up on comp.lang.perl.misc, and I
gave an answer that sounds like it would be relevant to your situation,
under the article subject "Bulk E-mailing". The short answer is, yeah,
it's probably a bad idea. Your server will grind to a halt in short
order with a few thousand sendmail processes running.
The solution employed in the script I use (a portion of which I posted
in the other thread) was to have the script sending the emails check
the load on the machine and twiddle its thumbs for a while when the
load exceeded a certain limit.
--
John Callender
jbc@west.net
http://www.west.net/~jbc/
------------------------------
Date: 06 Jun 1999 20:04:13 -0700
From: Russ Allbery <rra@stanford.edu>
Subject: Re: The artistic license and perl:
Message-Id: <ylyahwvhhu.fsf@windlord.stanford.edu>
Kai Henningsen <kaih=7INUDwgXw-B@khms.westfalen.de> writes:
> But you can't just pick and choose, you have to follow *all* points.
I don't see any points in the OSD that prohibit per-usage fees.
> Now, I'll grant you there may well be oversights, but that's pretty far
> away from being intentional - and I cannot for the life of me see how
> per usage fees are compatible with the philosophy behind the DFSG.
I've mailed Bruce Perens, Russ Nelson, and sent another message to Eric
Raymond on the subject.
--
#!/usr/bin/perl -- Russ Allbery, Just Another Perl Hacker
$^=q;@!>~|{>krw>yn{u<$$<[~||<Juukn{=,<S~|}<Jwx}qn{<Yn{u<Qjltn{ > 0gFzD gD,
00Fz, 0,,( 0hF 0g)F/=, 0> "L$/GEIFewe{,$/ 0C$~> "@=,m,|,(e 0.), 01,pnn,y{
rw} >;,$0=q,$,,($_=$^)=~y,$/ C-~><@=\n\r,-~$:-u/ #y,d,s,(\$.),$1,gee,print
------------------------------
Date: 06 Jun 1999 21:03:49 -0700
From: Russ Allbery <rra@stanford.edu>
Subject: Re: The artistic license and perl:
Message-Id: <yl3e04veqi.fsf@windlord.stanford.edu>
Russ Allbery <rra@stanford.edu> writes:
> I've mailed Bruce Perens, Russ Nelson, and sent another message to Eric
> Raymond on the subject.
The response of both Bruce Perens and Russ Nelson was that per-usage fees
are not specifically ruled out in the OSD but that no license that had
such a provision would be granted the certification mark, and that the OSD
is a set of guidelines rather than a strict legal document.
Which makes sense to me.
--
#!/usr/bin/perl -- Russ Allbery, Just Another Perl Hacker
$^=q;@!>~|{>krw>yn{u<$$<[~||<Juukn{=,<S~|}<Jwx}qn{<Yn{u<Qjltn{ > 0gFzD gD,
00Fz, 0,,( 0hF 0g)F/=, 0> "L$/GEIFewe{,$/ 0C$~> "@=,m,|,(e 0.), 01,pnn,y{
rw} >;,$0=q,$,,($_=$^)=~y,$/ C-~><@=\n\r,-~$:-u/ #y,d,s,(\$.),$1,gee,print
------------------------------
Date: 6 Jun 1999 09:03:12 GMT
From: ada@fc.hp.com (Andrew Allen)
Subject: Re: Very very short tutorial about modules
Message-Id: <7jddgg$ln2$1@fcnews.fc.hp.com>
Mark-Jason Dominus (mjd@plover.com) wrote:
: I have written a very very short tutorial about modules. It has two
: parts. Each part has one extremely simple sample module file, an
: extremely simple sample program that uses it, and seven exercises.
: That is all.
I think any short module intro should start off with the short
module creator, h2xs. A little bit of pod would be a good "example" to
follow, also.
Andrew
------------------------------
Date: 12 Dec 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 Dec 98)
Message-Id: <null>
Administrivia:
Well, after 6 months, here's the answer to the quiz: what do we do about
comp.lang.perl.moderated. Answer: nothing.
]From: Russ Allbery <rra@stanford.edu>
]Date: 21 Sep 1998 19:53:43 -0700
]Subject: comp.lang.perl.moderated available via e-mail
]
]It is possible to subscribe to comp.lang.perl.moderated as a mailing list.
]To do so, send mail to majordomo@eyrie.org with "subscribe clpm" in the
]body. Majordomo will then send you instructions on how to confirm your
]subscription. This is provided as a general service for those people who
]cannot receive the newsgroup for whatever reason or who just prefer to
]receive messages via e-mail.
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 5907
**************************************