[13094] in Perl-Users-Digest
Perl-Users Digest, Issue: 504 Volume: 9
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Aug 13 14:07:22 1999
Date: Fri, 13 Aug 1999 11:05:16 -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 Fri, 13 Aug 1999 Volume: 9 Number: 504
Today's topics:
Re: A CGI/Perl Question (brian d foy)
Re: ftp changed files in a directory tree? <elaine@chaos.wustl.edu>
Re: get data from flat file <Paul.Foran@analog.com>
Re: HARASSMENT -- Monthly Autoemail <revjack@radix.net>
Re: Help with CGI and perl <makkulka@cisco.REMOVETHIS.com>
Re: Looking for a solution to the problem localtime and <tchrist@mox.perl.com>
Re: Nastiness contrary to the spirit of perl? <tchrist@mox.perl.com>
Re: Nastiness contrary to the spirit of perl? (Id Est)
passing perl parameters to CGI script <Paul.Foran@analog.com>
Perl on Novell Novonyx. (print "Location: http://www... <msprinsk@pct.edu>
Re: Perl on Novell Novonyx. (print "Location: http://ww <delete.the.nospam.kayec@gov.ns.ca>
Re: Perl vs. ASP: which is better? vcuya@mindspring.com
Perl, SQL, and O'Brain <delete.the.nospam.kayec@gov.ns.ca>
Re: saving a hash <makkulka@cisco.REMOVETHIS.com>
Re: Sending mail to "QuestionExchange" (Greg Andrews)
Re: Sending mail to "QuestionExchange" (I R A Darth Aggie)
Re: Sending mail to "QuestionExchange" (Anno Siegel)
Re: Strange trouble with a STRAY CURLY BRACE "}" (brian d foy)
Re: Tom Christiansen "Perl Cookbook" (I R A Darth Aggie)
Re: Tom Christiansen "Perl Cookbook" (John Stanley)
Re: Tom Christiansen "Perl Cookbook" (Malcolm Ray)
Digest Administrivia (Last modified: 1 Jul 99) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Fri, 13 Aug 1999 13:24:51 -0400
From: brian@pm.org (brian d foy)
Subject: Re: A CGI/Perl Question
Message-Id: <brian-ya02408000R1308991324510001@news.panix.com>
In article <Pine.HPP.3.95a.990813123416.8178C-100000@hpplus03.cern.ch>, "Alan J. Flavell" <flavell@mail.cern.ch> posted:
> On Fri, 13 Aug 1999, Jody Fedor made the following appear:
>
> > $referring_url = $ENV{^ÑHTTP_REFERER^Ò};
>
> Somehow I don't think Perl is going to like that.
it's certainly not going to give the desired information. ;)
--
brian d foy
CGI Meta FAQ <URL:http://www.smithrenaud.com/public/CGI_MetaFAQ.html>
Perl Monger Hats! <URL:http://www.pm.org/clothing.shtml>
------------------------------
Date: Fri, 13 Aug 1999 13:38:34 -0400
From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
Subject: Re: ftp changed files in a directory tree?
Message-Id: <37B4578B.F9422C16@chaos.wustl.edu>
"C.W.Holeman II" wrote:
>
> I am looking for some perl that will transfer a file tree from my hard drive
> to a web server using ftp. I would like it to only send the files that
> are new or changed.
You could use rdist or mirror [written in Perl] or you could go find the
Net::ftp module on CPAN [http://www.cpan.org/].
e.
------------------------------
Date: Fri, 13 Aug 1999 18:37:23 +0100
From: Paul Foran <Paul.Foran@analog.com>
Subject: Re: get data from flat file
Message-Id: <37B457D3.97C95A91@analog.com>
mikej wrote:
> Hey,
>
> I have a log file full of data that my script attempts to read, parse
> and display. When the user enters a text string into the form field and
> submits the form to the script, the script should go through each line
> of the data file looking for a match for the text string and then return
> all the variables on the same line. The data file is formatted like
> this:
>
> client1|username1|password1
> client2|username2|password2
> client3|username3|password3
> client4|username4|password4
>
> if the person submitting the form enters "client3" then it should
> display "username3" and "password3" for the results page. The problem is
> it only works for the first line. Heres what I have for the main part of
> the script:
>
> $clientname = $file_form{'name'};
>
> #extract username and password from password.log file
>
> open(LOG, "password.log") || &error("Couldn't open log file \n\n$!");
> @indata = <LOG>;
> close(LOG);
>
> foreach $line (@indata)
> {
> chomp($line);
> ($data_name, $data_username, $data_password) = split(/\|/, $line);
> if ($data_name eq $clientname) {
> $username = "$data_username";
> $password = "$data_password";
> }
> }
>
> #print results
>
> print "Content-type:text/html\n\n";
> print "<html><head><title>query results</title></head>\n";
> print "<body bgcolor= \"#FFFFFF\">\n";
> print "<B>Client:</B> $clientname<BR><BR>\n";
> print "<B>Username:</B> $username<BR>\n";
> print "<B>Password:</B> $password<BR>\n";
> print "</body></html>\n";
>
>
> Does anyone see anything wrong?
>
> mike
>
Mike try and close the log file at the end of the program.
best regards,
Paul Foran.
------------------------------
Date: 13 Aug 1999 17:04:47 GMT
From: revjack <revjack@radix.net>
Subject: Re: HARASSMENT -- Monthly Autoemail
Message-Id: <7p1j7f$jov$1@news1.Radix.Net>
Keywords: Hexapodia as the key insight
Uriel Wittenberg explains it all:
:This comp.infosystems.www.authoring.html participant appears to have
:opted to openly harass me -- by a monthly autoemail of his message --
:in order to make me conform to his idea of correct style in posting.
It's not "his" style, it's the de facto standard style of usenet. The
document you are receiving does not merely claim "style X is better than
style Y" and leave it at that, it actually explains *why*, with logic and
examples. This isn't a matter of "opinion" - check the logic provided.
Read it and think about it.
:Regardless of anyone's position on posting style, I would hope just
:about everyone understands the vindictive and antisocial nature of
:such behavior.
You're driving on the wrong side of the road. People keep honking at you.
Can't you control your vehicle? If you can't, you probably shouldn't be
on the road.
The rules of the road are fairly simple.
------------------------------
Date: Fri, 13 Aug 1999 10:42:00 -0700
From: Makarand Kulkarni <makkulka@cisco.REMOVETHIS.com>
Subject: Re: Help with CGI and perl
Message-Id: <37B458E8.CCD337D0@cisco.REMOVETHIS.com>
[
David C wrote:
The addition to the backend flat file works fine, just the deletion
> does not. Thanks in advance.
]
Below is the section of the relevant code that I think
is wrong.
elsif ($action =~ /delete/i) {
open (LIST,
">/usr/local/apache/htdocs/tickers.$list.txt") || die $!;
flock LIST, 2;
seek LIST, 0, 2;
@tickers = split / /,($page->param(tickers));
for (@tickers) {
s/$_/ /g;
}
--
@tickers contains the tickers that need to be deleted. You need to read
lines from LIST
and form an existing ticker array, @existing_tickers. Then you need to
delete from
@existing_tickers all those elements that appear in @tickers. Then write
it out
to LIST after seeking to the beginning of the file. I do not see any
statement
that write to LIST in this code in the 'delete' case. Also checking
errors for flock()
will be a good idea.
--
------------------------------
Date: 13 Aug 1999 11:07:36 -0700
From: Tom Christiansen <tchrist@mox.perl.com>
Subject: Re: Looking for a solution to the problem localtime and the century mark.
Message-Id: <37b450d8@cs.colorado.edu>
[courtesy cc of this posting mailed to cited author]
In comp.lang.perl.misc,
"Jack Alexander" <Jack.Alexander@digital.com> writes:
:Adding 1900 to the year value from local time seems to me to be a
:major hack. That is the first official one I personally have come across
:using Perl.
You failed to read the manpage I mailed you. This has nothing
to do with Perl. Welcome to libc.
:Jack Alexander wrote in message <7ouof5$51u$1@nntpd.lkg.dec.com>...
WHAT? *WHY* have you supplied a Jeopardy followup, and to your
own posting of all things?
--tom
--
"Everything you said about Plan 9 is wrong"
-- Rob Pike, letting a speaker have it
------------------------------
Date: 13 Aug 1999 11:05:12 -0700
From: Tom Christiansen <tchrist@mox.perl.com>
Subject: Re: Nastiness contrary to the spirit of perl?
Message-Id: <37b45048@cs.colorado.edu>
[courtesy cc of this posting mailed to cited author]
In comp.lang.perl.misc, geoff@access1.net (Geoff Joy) writes:
:If they have the time to read a post and compose a reply to it, the
:reply can be courteous and directly answer the question, either by
:pointing directly at the pertinent section of the FAQ or by a simple
:example, or else IGNORE the question.
When you see kindergarteners littering, you tell them that this is not
a litter zone. You don't just ignore them, or else pretty soon you've
got a mess on your hands that you'll probably never get cleaned up.
There's a difference between saying "YOU'RE A MORON!" and "Hey kid,
you forgot to do your homework." This topic comes up repeatedly.
It's something that needs being said. Let me recall to you this
posting in <1995Nov9.193745.13694@netlabs.com> by Larry Wall:
lw> I view a programming language as a place to be explored, like
lw> Disneyland. You don't need to have a lot of preparation to explore a
lw> theme park. You do have to go along with the crowd control measures,
lw> though. In a sense, each ride has its own prerequisites--if you
lw> cut in line, you risk getting tossed out of the park.
lw>
lw> What we have here in this newsgroup is a failure in crowd control.
lw> Reading the FAQ is like staying in line--it's something you should
lw> learn in kindergarten. Usenet needs a better kindergarten.
--tom
--
Music is the only sensual pleasure without vice.
------------------------------
Date: Fri, 13 Aug 1999 17:40:56 GMT
From: id-est@home.com (Id Est)
Subject: Re: Nastiness contrary to the spirit of perl?
Message-Id: <slrn7r8m2u.4n0.id-est@erato.bigredrockeater.com>
>When you see kindergarteners littering, you tell them that this is not
>a litter zone. You don't just ignore them, or else pretty soon you've
>got a mess on your hands that you'll probably never get cleaned up.
what do you do when you see older kids picking on kindergardeners?
------------------------------
Date: Fri, 13 Aug 1999 18:33:33 +0100
From: Paul Foran <Paul.Foran@analog.com>
Subject: passing perl parameters to CGI script
Message-Id: <37B456ED.DD9ACCC5@analog.com>
Do I pass parameters to perl script in the
#!/usr/local/bin/perl
line of a perl script.
IWhat parameter do I pass to get perl ro read in a text file. Also How
do I handle it to split apart a comma delimited file.
paul.
------------------------------
Date: Fri, 13 Aug 1999 13:12:28 -0400
From: Matt Sprinsky <msprinsk@pct.edu>
Subject: Perl on Novell Novonyx. (print "Location: http://www....") doesn't work.
Message-Id: <37B451FC.DE302015@pct.edu>
Running netware 5 server, 256 ram, 500 PIII processor, Novonyx (netscape
& novell) the following code SHOULD work.
[snipped: parse stuff]
$url = $FORM{'url'};
if ($url eq "")
{
print ("Location: $ENV{'HTTP_REFERER'}\n\n");
}
else
{
print ("Location: $url\n\n");
}
exit;
it should take you to the $url if $url ne "".. right? wrong.. instead,
it prints
"Location: http://www.pct.edu/homepage/facustaf.htm" in the browsers
main viewing window. seems like the server is sending out a content
type code before the script can print out the location command.
any ideas?
-- Matt
"I'd rather be using unix"
Matt Sprinsky
Pennsylvania College of Technology
Computer Services Department
msprinsk@pct.edu / 570-326-3761 x 7098
------------------------------
Date: Fri, 13 Aug 1999 14:50:48 -0300
From: "kayec" <delete.the.nospam.kayec@gov.ns.ca>
Subject: Re: Perl on Novell Novonyx. (print "Location: http://www....") doesn't work.
Message-Id: <oUYs3.68$LS.1530@sapphire.mtt.net>
Sounds like your Web Server is adding it's own HTTP headers....
Normally i have to specify my own headers when printing to the browser:
sub startHTML {
print "HTTP/1.0 200 Ok\n";
print "Content-type: text/html\n\n";
print "<html>\n<html>\n <head>..........[snip]";
When i do what your trying to do i use this:
#######################################################
# Forward to a new HTML document
sub jumpTo {
my($page) = @_;
print "HTTP/1.0 302 Found\n";
print "Location: $page\n\n";
exit 0;
}
Hope this helps....
Matt Sprinsky wrote in message <37B451FC.DE302015@pct.edu>...
>Running netware 5 server, 256 ram, 500 PIII processor, Novonyx (netscape
>& novell) the following code SHOULD work.
>
>[snipped: parse stuff]
>
>$url = $FORM{'url'};
>
>if ($url eq "")
>{
>print ("Location: $ENV{'HTTP_REFERER'}\n\n");
>}
>else
>{
>print ("Location: $url\n\n");
>}
>exit;
>
>it should take you to the $url if $url ne "".. right? wrong.. instead,
>it prints
>
>"Location: http://www.pct.edu/homepage/facustaf.htm" in the browsers
>main viewing window. seems like the server is sending out a content
>type code before the script can print out the location command.
>
>any ideas?
>
>
>
>-- Matt
>
>"I'd rather be using unix"
>
>Matt Sprinsky
>Pennsylvania College of Technology
>Computer Services Department
>msprinsk@pct.edu / 570-326-3761 x 7098
------------------------------
Date: 13 Aug 1999 17:39:19 GMT
From: vcuya@mindspring.com
Subject: Re: Perl vs. ASP: which is better?
Message-Id: <7p1l87$rr1$1@nntp9.atl.mindspring.net>
Actually, if you use ActiveState's PerlScript ActiveX component, you can
use Perl from within ASP pages as you would VBScript or JScript.
Therefore, you are benefiting from both aspects.
------------------------------
Date: Fri, 13 Aug 1999 14:46:04 -0300
From: "kayec" <delete.the.nospam.kayec@gov.ns.ca>
Subject: Perl, SQL, and O'Brain
Message-Id: <YPYs3.67$LS.1484@sapphire.mtt.net>
I have a script that sets up users in a database, they are asked to supply
Fname, Lname, phone.... etc. etc.
I haven't had a problem until a guy named Scott O'Brain tried to create an
ID. Because i used single quotes for the SQL data his last name obviously
messes this up.
I tried to use double quotes event escaped them (\") but than the SQL
statement didn't work.
$sql = "INSERT INTO table1 (id,pw,fname,lname,enumber)
VALUES
('$input{\"id\"}','$input{\"pw\"}','$input{\"fname\"}','$input{\"lname\"}','
$input{\"enumber\"}';";
$database->Sql($sql);
Surely i'm not the first person to run into an O'Brain....
HELP !!!!!
thanks,
kayec
------------------------------
Date: Fri, 13 Aug 1999 10:17:57 -0700
From: Makarand Kulkarni <makkulka@cisco.REMOVETHIS.com>
Subject: Re: saving a hash
Message-Id: <37B45345.205CADBA@cisco.REMOVETHIS.com>
[
Marshall Dudley wrote:
> Does anyone know how I can read and write a hash from the hard drive so
> I don't encounter the overhead of having to recreate the hash on each
> invocation?
]
You can use the Data::Dumper module to do this. What this will do
this is print the hash to a file in a way that an eval() on the contents
of this file will recreate the hash. Please refer to the documentation
of this module for more information.
--
------------------------------
Date: 13 Aug 1999 10:13:21 -0700
From: gerg@shell.ncal.verio.com (Greg Andrews)
Subject: Re: Sending mail to "QuestionExchange"
Message-Id: <7p1jnh$9h9$1@shell1.ncal.verio.com>
anno4000@lublin.zrz.tu-berlin.de (Anno Siegel) writes:
>David Cassell <cassell@mail.cor.epa.gov> wrote in comp.lang.perl.misc:
>>Tom Christiansen wrote:
>>>
>>> These people are a plague. They do not admit who they are. Anonymity
>>> destroys accountability. They overquote, including sigs and spamvert
>>> attachments. They give bad answers. Worst of all, they appear to be
>>> using this newsgroup as a publicity gimmick to sucker people in to
>>> some pay-per-question commerical venture.
>>
>>It's even worse than that. Take a quick trip to
>>www.questionexchange.com if you dare, and look at what the
>>site's designers are doing. In order to get yourself registered
>>as an expert in a category, you have to answer a question in
>>that category. Guess where the questions are coming from?
>>
>>That's right. From Usenet newsgroups. This may not even be
>
>Oh shit, that's how they do it! Make some poor sod think he's
>taking an "exam" and post the results as replies to the questions.
>Makes sense now. Disgusting sense.
>
On the other hand, you could look at it as a site that took the
proverb about a million monkeys on a million keyboards (typewriters)
can eventually produce the works of Shakespeare, and is testing it!
-Greg
--
::::::::::::::::::: Greg Andrews gerg@wco.com :::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
------------------------------
Date: 13 Aug 1999 17:02:21 GMT
From: fl_aggie@thepentagon.com (I R A Darth Aggie)
Subject: Re: Sending mail to "QuestionExchange"
Message-Id: <slrn7r8k0v.2kj.fl_aggie@thepentagon.com>
On 13 Aug 1999 15:17:28 -0000, Anno Siegel
<anno4000@lublin.zrz.tu-berlin.de>, in
<7p1cu8$sld$1@lublin.zrz.tu-berlin.de> wrote:
+ David Cassell <cassell@mail.cor.epa.gov> wrote in comp.lang.perl.misc:
+ >It's even worse than that. Take a quick trip to
+ >www.questionexchange.com if you dare, and look at what the
+ >site's designers are doing. In order to get yourself registered
+ >as an expert in a category, you have to answer a question in
+ >that category. Guess where the questions are coming from?
+ >That's right. From Usenet newsgroups. This may not even be
+ Oh shit, that's how they do it! Make some poor sod think he's
+ taking an "exam" and post the results as replies to the questions.
+ Makes sense now. Disgusting sense.
Ah, but how do they know that you've given them a *correct* answer?
James
--
Consulting Minister for Consultants, DNRC
The Bill of Rights is paid in Responsibilities - Jean McGuire
To cure your perl CGI problems, please look at:
<url:http://www.perl.com/CPAN/doc/FAQs/cgi/idiots-guide.html>
------------------------------
Date: 13 Aug 1999 17:19:42 -0000
From: anno4000@lublin.zrz.tu-berlin.de (Anno Siegel)
Subject: Re: Sending mail to "QuestionExchange"
Message-Id: <7p1k3e$st0$1@lublin.zrz.tu-berlin.de>
I R A Darth Aggie <fl_aggie@thepentagon.com> wrote in comp.lang.perl.misc:
>On 13 Aug 1999 15:17:28 -0000, Anno Siegel
><anno4000@lublin.zrz.tu-berlin.de>, in
>+ Oh shit, that's how they do it! Make some poor sod think he's
>+ taking an "exam" and post the results as replies to the questions.
>+ Makes sense now. Disgusting sense.
>
>Ah, but how do they know that you've given them a *correct* answer?
What do they care? They expect someone who considers himself an
expert has given it a serious try. That's enough for a bit of
advertisement.
Anno
------------------------------
Date: Fri, 13 Aug 1999 13:26:27 -0400
From: brian@pm.org (brian d foy)
Subject: Re: Strange trouble with a STRAY CURLY BRACE "}"
Message-Id: <brian-ya02408000R1308991326270001@news.panix.com>
In article <7p1h04$44a$1@nnrp1.deja.com>, jsilve1@my-deja.com posted:
> See, the thing is that there is no matching open curly brace for this
> close curly brace!!
are you sure?
it's tough to make any intelligent comment on this without seeing
your code. my guess is that it's not perl's fault.
--
brian d foy
CGI Meta FAQ <URL:http://www.smithrenaud.com/public/CGI_MetaFAQ.html>
Perl Monger Hats! <URL:http://www.pm.org/clothing.shtml>
------------------------------
Date: 13 Aug 1999 17:05:34 GMT
From: fl_aggie@thepentagon.com (I R A Darth Aggie)
Subject: Re: Tom Christiansen "Perl Cookbook"
Message-Id: <slrn7r8k6v.2kj.fl_aggie@thepentagon.com>
On Fri, 13 Aug 1999 09:56:00 -0400, Bill Jones <bill@fccj.org>, in
<199908131351.JAA13521@astro.fccj.cc.fl.us> wrote:
+ On Date: 13 Aug 1999 12:10:09 GMT
+ M.Ray@ulcc.ac.uk (Malcolm Ray) wrote:
+ > Well, uh, if, for example, the above line were run on, say,
+ > www.myisp.com, and www.myisp.com is, like, a different machine
+ > from mail.myisp.com, then, you know, it would be using another machine's
+ > mail server, wouldn't it?
+ Thanks :] You have verified my original assertion.
+ The original poster wants to use someone else's mail server.
And provided he has permission to do so (he has stated he does), this
is bad *how*? are you alleging that my POP3 clients are "relay raping"
my mailhost?
James
--
Consulting Minister for Consultants, DNRC
The Bill of Rights is paid in Responsibilities - Jean McGuire
To cure your perl CGI problems, please look at:
<url:http://www.perl.com/CPAN/doc/FAQs/cgi/idiots-guide.html>
------------------------------
Date: 13 Aug 1999 17:51:46 GMT
From: stanley@skyking.OCE.ORST.EDU (John Stanley)
Subject: Re: Tom Christiansen "Perl Cookbook"
Message-Id: <7p1lvi$7cq$1@news.NERO.NET>
In article <199908131351.JAA13521@astro.fccj.cc.fl.us>,
Bill Jones <bill@fccj.org> wrote:
>>>How do YOU get "through another machine's mail server" from that???
>>
>> Well, uh, if, for example, the above line were run on, say,
>> www.myisp.com, and www.myisp.com is, like, a different machine
>> from mail.myisp.com, then, you know, it would be using another machine's
>> mail server, wouldn't it?
>
>
>Thanks :] You have verified my original assertion.
>The original poster wants to use someone else's mail server.
So, let's see if I understand your assertion. If I have systems named
a.example.com and b.example.com, and I send mail to a from b, I am using
someone else's mail server? Or am I using a another machine's mail
server? Do you grok the difference?
And now please explain what you think is wrong in using someone else's
mail server. You better not be too convincing.
------------------------------
Date: 13 Aug 1999 17:53:05 GMT
From: M.Ray@ulcc.ac.uk (Malcolm Ray)
Subject: Re: Tom Christiansen "Perl Cookbook"
Message-Id: <slrn7r8ms1.b8l.M.Ray@carlova.ulcc.ac.uk>
On Fri, 13 Aug 1999 09:56:00 -0400, Bill Jones <bill@fccj.org> wrote:
>On Date: 13 Aug 1999 12:10:09 GMT
>M.Ray@ulcc.ac.uk (Malcolm Ray) wrote:
>
>>>> >> pages 650-3 in "Perl Cookbook" has a recipe
>>>> >> for using the Mail::Mailer module to send email
>>>> >> through another machine's mail server.
>>>> >
>>>> >Hmmm, I don't see that. Which page is this statement on?
>>>>
>>>> page 652
>>>> "
>>>> Here's how to use SMTP with the machine mail.myisp.com as the mail
>>>> server:
>>>>
>>>> $mailer = Mail::Mailer->new( "smtp", "mail.myisp.com");
>>>
>>>
>>>How do YOU get "through another machine's mail server" from that???
>>
>> Well, uh, if, for example, the above line were run on, say,
>> www.myisp.com, and www.myisp.com is, like, a different machine
>> from mail.myisp.com, then, you know, it would be using another machine's
>> mail server, wouldn't it?
>
>
>Thanks :] You have verified my original assertion.
>The original poster wants to use someone else's mail server.
You've been out in the sun too long.
Darryl, I think the surprising answer is that the example in the cookbook
is wrong. A quick look at the errata doesn't reveal anything, but the
line shown above will result in an 'odd number of elements in hash
assignment' error. This is because Mail::Mailer tries to assign the
list of arguments after the first to a hash. As you discovered, you
need to:
my $mailer = Mail::Mailer->new('smtp', Server => $mail_server);
Sometimes even the best books are wrong! When there's a discrepancy,
always trust the module's own documentation.
--
Malcolm Ray University of London Computer Centre
------------------------------
Date: 1 Jul 99 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 1 Jul 99)
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" from
almanac@ruby.oce.orst.edu. The real FAQ, as it appeared last in the
newsgroup, can be retrieved with the request "send perl-users FAQ" from
almanac@ruby.oce.orst.edu. 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" from
almanac@ruby.oce.orst.edu.
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 V9 Issue 504
*************************************