[16785] in Perl-Users-Digest
Perl-Users Digest, Issue: 4197 Volume: 9
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Sep 1 09:05:23 2000
Date: Fri, 1 Sep 2000 06:05:10 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Message-Id: <967813509-v9-i4197@ruby.oce.orst.edu>
Content-Type: text
Perl-Users Digest Fri, 1 Sep 2000 Volume: 9 Number: 4197
Today's topics:
[Perl] How to find the Perl FAQ <rootbeer&pfaq*finding*@redcat.com>
Blat guru please !?! <reevehotNOSPAM@hotmail.com>
Re: current working directory <Peter.Dintelmann@dresdner-bank.com>
Re: current working directory nobull@mail.com
Re: current working directory <bart.lateur@skynet.be>
finle handles in recursive procedures mgopi@csa.iisc.ernet.in
RE: Help !!! (HPUX11+Oracle8+DBD) (H. Merijn Brand)
How long does flock take? <lincolnmarr@nospam.europem01.nt.com>
Re: How long does flock take? <Peter.Dintelmann@dresdner-bank.com>
Is it possible to store a password in a perl program ()
learning perl <svavevav@idx.com.au>
Re: learning perl <bill.kemp@wire2.com>
Re: Managing Temporary Directories/Files <nakroshis@smart.net>
Re: Module, Code for paged search results? <fritz.heinrichmeyer@fernuni-hagen.de>
Re: open web file <stig@palmquist.org>
osh <harry_jen@hotmail.com>
re:re:pack function mgopi@csa.iisc.ernet.in
Self-extracting program tltt@my-deja.com
Test Framework on Windows NT <bernard.obrien@eei.ericsson.se>
Re: Test Framework on Windows NT <Peter.Dintelmann@dresdner-bank.com>
Re: timelocal() is wrong? (Martien Verbruggen)
Win98 com port - rookie needs help <nobody@spamcop.net>
Re: Win98 com port - rookie needs help <Peter.Dintelmann@dresdner-bank.com>
Digest Administrivia (Last modified: 16 Sep 99) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Fri, 01 Sep 2000 10:22:22 GMT
From: Tom Phoenix <rootbeer&pfaq*finding*@redcat.com>
Subject: [Perl] How to find the Perl FAQ
Message-Id: <pfaqmessage967803846.23036@news.teleport.com>
Archive-name: perl-faq/finding-perl-faq
Posting-Frequency: weekly
Last-modified: 29 Apr 2000
[ That "Last-modified:" date above refers to this document, not to the
Perl FAQ itself! The last _major_ update of the Perl FAQ was in Summer
of 1998; of course, ongoing updates are made as needed. ]
For most people, this URL should be all you need in order to find Perl's
Frequently Asked Questions (and answers).
http://www.cpan.org/doc/FAQs/
Please look over (but never overlook!) the FAQ and related docs before
posting anything to the comp.lang.perl.* family of newsgroups.
For an alternative way to get answers, check out the Perlfaq website.
http://www.perlfaq.com/
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Beginning with Perl version 5.004, the Perl distribution itself includes
the Perl FAQ. If everything is pro-Perl-y installed on your system, the
FAQ will be stored alongside the rest of Perl's documentation, and one
of these commands (or your local equivalents) should let you read the FAQ.
perldoc perlfaq
man perlfaq
If a recent version of Perl is not properly installed on your system,
you should ask your system administrator or local expert to help. If you
find that a recent Perl distribution is lacking the FAQ or other important
documentation, be sure to complain to that distribution's author.
If you have a web connection, the first and foremost source for all things
Perl, including the FAQ, is the Comprehensive Perl Archive Network (CPAN).
CPAN also includes the Perl source code, pre-compiled binaries for many
platforms, and a large collection of freely usable modules, among its
560_986_526 bytes (give or take a little) of super-cool (give or take
a little) Perl resources.
http://www.cpan.org/
http://www.perl.com/CPAN/
http://www.cpan.org/doc/FAQs/FAQ/html/
http://www.perl.com/CPAN/doc/FAQs/FAQ/html/
You may wish or need to access CPAN via anonymous FTP. (Within CPAN,
you will find the FAQ in the /doc/FAQs/FAQ directory. If none of these
selected FTP sites is especially good for you, a full list of CPAN sites
is in the SITES file within CPAN.)
California ftp://ftp.cdrom.com/pub/perl/CPAN/
Texas ftp://ftp.metronet.com/pub/perl/
South Africa ftp://ftp.is.co.za/programming/perl/CPAN/
Japan ftp://ftp.dti.ad.jp/pub/lang/CPAN/
Australia ftp://cpan.topend.com.au/pub/CPAN/
Netherlands ftp://ftp.cs.ruu.nl/pub/PERL/CPAN/
Switzerland ftp://sunsite.cnlab-switch.ch/mirror/CPAN/
Chile ftp://ftp.ing.puc.cl/pub/unix/perl/CPAN/
If you have no connection to the Internet at all (so sad!) you may wish
to purchase one of the commercial Perl distributions on CD-Rom or other
media. Your local bookstore should be able to help you to find one.
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Comments and suggestions on the contents of this document
are always welcome. Please send them to the author at
<pfaq&finding*comments*@redcat.com>. Of course, comments on
the docs and FAQs mentioned here should go to their respective
maintainers.
Have fun with Perl!
--
Tom Phoenix Perl Training and Hacking Esperanto
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: Fri, 1 Sep 2000 23:16:35 +1000
From: "James R" <reevehotNOSPAM@hotmail.com>
Subject: Blat guru please !?!
Message-Id: <U0Nr5.6309$cr3.190698@ozemail.com.au>
I am trying to port a unix form-mail script to my host's NT machine. They
use Blat V 1.8.4 if that helps.
The script works fine in writing the form's data to a temporary file (I can
see and read the file in my FTP box), but it fails to send anything. Here's
the excerpt I think is failing...
# If we're running under Windows, we actually send mail here...
if ($SERVER_OS eq "WIN") {
$WIN_TEMPFILE =~ s/\//\\/g;
$mailprog =~ s/\//\\/g;
$BLAT_ARGS = "$WIN_TEMPFILE -t $CONFIG{'recipient'}";
$BLAT_ARGS .= "-f $CONFIG{'email'} " if defined($CONFIG{'email'});
$BLAT_ARGS .= "-q";
system "$mailprog $BLAT_ARGS";
unlink $WIN_TEMPFILE;
}
I can't see anything wrong! Help?
------------------------------
Date: Fri, 1 Sep 2000 13:04:54 +0200
From: "Dr. Peter Dintelmann" <Peter.Dintelmann@dresdner-bank.com>
Subject: Re: current working directory
Message-Id: <8oo2hl$d592@intranews.bank.dresdner.net>
Hi Lucas,
Lucas Tsoi schrieb in Nachricht <8onpec$23143@imsp212.netvigator.com>...
>How do I tell Perl "current working directory"?
use the Cwd module which has a function getcwd().
Best regards,
Peter
------------------------------
Date: 01 Sep 2000 12:43:36 +0100
From: nobull@mail.com
Subject: Re: current working directory
Message-Id: <u9hf80wd5j.fsf@wcl-l.bham.ac.uk>
"Lucas Tsoi" <lucas@cplhk.com> writes:
> I need to read the files and directories under the current directory,
> How do I tell Perl "current working directory"?
The same way as you tell any other language. It is more an OS issue
than a language issue.
On DOS/Windows/Unix operating systems the curent directory can simply
be referred to as '.'. If portability to other OS is an issue you
need the curdir() function from File::Spec. On Unix/Windows this
simply returns '.' but on VMS it returns '[]'. I don't know what it
does on MacOS.
use File::Spec;
opendir(CURDIR,File::Spec->curdir()) or die "Cannot open current directory: $!";
> must I download the Cwd to do that?
No. You only need to use Cwd if you want to know the full path name
of the current directory. You don't need to download it as it is
included in the standard Perl5 distribution.
--
\\ ( )
. _\\__[oo
.__/ \\ /\@
. l___\\
# ll l\\
###LL LL\\
------------------------------
Date: Fri, 01 Sep 2000 12:18:44 GMT
From: Bart Lateur <bart.lateur@skynet.be>
Subject: Re: current working directory
Message-Id: <bh7vqs0lfqnh6hilbma1f1o6hjbof2llra@4ax.com>
Lucas Tsoi wrote:
>How do I tell Perl "current working directory"?
>
>must I download the Cwd to do that?
Yes, it's that function, and no, there's no need to download it, because
it's part of the standard distribution.
Just look at the package names that appear when viewing the page at this
URL:
<http://search.cpan.org/search?mode=module&query=cwd>
And the function name is cwd.
--
Bart.
------------------------------
Date: 1 Sep 2000 11:11:16 GMT
From: mgopi@csa.iisc.ernet.in
Subject: finle handles in recursive procedures
Message-Id: <8oo2sk$oc5$1@news.netmar.com>
hello,
can i use my() function to create a file handle variable so that recursive
call
to the sub uses different file handles.
i don't think i am able to do that.
is there any other way in perl to use different file handles in recursive
invocation of subroutine
s
thanx
----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web -----
http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
NewsOne.Net prohibits users from posting spam. If this or other posts
made through NewsOne.Net violate posting guidelines, email abuse@newsone.net
------------------------------
Date: Fri, 1 Sep 00 13:06:36 +0200
From: h.m.brand@hccnet.nl (H. Merijn Brand)
Subject: RE: Help !!! (HPUX11+Oracle8+DBD)
Message-Id: <8FA287280Merijn@192.0.1.90>
ishulz@lycosmail.com wrote in <8olmtr$d46$1@nnrp1.deja.com>:
>And again: is it possible to get it (HPUX11+Ora8+DBD) up and working?
Yes.
For finding symbols, I use this util (grep from defs.nm after running):
add your OS to %nm first
--8<---
#!/pro/bin/perl -w
use strict;
use IO::Handle;
open DEF, ">defs.nm" or die "defs.nm: $!"; DEF->autoflush (1);
open ALL, ">libs.nm" or die "libs.nm: $!"; ALL->autoflush (1);
open LIB, ">libs.ar" or die "libs.ar: $!"; LIB->autoflush (1);
print ALL " Value Name\n";
print DEF " Value Name\n";
print ALL " ========== ", "=" x 66, "\n";
print DEF " ========== ", "=" x 66, "\n";
my @L = ();
findlibs (".");
my %nm = (
aix => "nm -B -x -p -h",
dec_osf => "nm -P -x -p",
hpux => "nm -N -x -p",
);
my ($l, $lib, $obj) = ("", "", "");
foreach my $L (sort @L) {
$lib = $l = $L;
$obj = "";
print STDERR "\n$lib ...";
open NM, "$nm{$^O} $L |";
while (<NM>) {
chomp;
m/^\s*$/ and next;
if (m/^(\S+.a)(\[\S+\]):$/) {
$lib = $1;
$obj = $2;
print LIB "$lib\[$obj\]\n";
$lib eq $l or print STDERR "\n$lib ...";
$l = $lib;
next;
}
if (m/^(\S+.(?:sl|so|1)):$/) {
$lib = $1;
$obj = "";
print LIB "$lib (shared)\n";
$lib eq $l or print STDERR "\n$lib ...";
$l = $lib;
next;
}
s/^0000000000/0x00000000/;
s/^ -/0x00000000/;
#print STDERR "$_\n";
my ($val, $typ, $sym) = m/^(\S+)\s+(\S+)\s+(\S.*)/ or next;
$val =~ tr/[a-f]/[A-F]/;
$val =~ s/0x00000000([\dA-F])/0x$1/;
my $s = sprintf "%s %10s %s%s:%s\n", $typ, $val, $lib, $obj, $sym;
print ALL $s;
$typ eq "U" and next;
print DEF $s;
}
close NM;
}
print STDERR "\n";
close LIB;
close ALL;
close DEF;
chmod 0666, "libs.nm", "defs.nm", "libs.ar";
sub findlibs
{
my $d = shift;
unless (opendir DIR, $d) {
print "$d: Cannot open: $!\n";
return;
}
my @d = sort readdir DIR;
closedir DIR;
foreach (grep m/\.(sl|so|a)$/, @d) {
# -l $_ or
push @L, "$d/$_";
}
foreach $d (grep -d, @d) {
$d =~ m/^\.+$/ and next;
-l $d and next;
findlibs ($d);
}
} # findlibs
-->8---
--
H.Merijn Brand
using perl5.005.03 and 5.6.0 on HP-UX 10.20, HP-UX 11.00, AIX 4.2, AIX 4.3,
DEC OSF/1 4.0 and WinNT 4.0 SP-6a, often with Tk800.022 and/or DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/
Member of Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
------------------------------
Date: Fri, 1 Sep 2000 14:29:49 +0200
From: "Lincoln Marr" <lincolnmarr@nospam.europem01.nt.com>
Subject: How long does flock take?
Message-Id: <8oo7fh$e79$1@qnsgh006.europe.nortel.com>
I'm using flock to lock my files which are pipe delimited flat text files.
When a user adds a record to this file I use flock() in my script to make
sure nobody else can touch it at the same time. However the first field of
my record in the database is an index given by time() - and naturally I
cannot have identical indexes. If it takes more than a second to lock the
file, erase the data, close it, open it again for writing (with another
lock) and print all the data to it, then i've got no problems.
However I have tried submitting forms on the web to the script with 2
different workstations, and the file was edited and did contain 2 identical
indexes. This I don't want.
Is there any way to make opening a file, writing to it etc take longer than
a second? Could I maybe use 'sleep'?
--Lincoln
------------------------------
Date: Fri, 1 Sep 2000 14:42:20 +0200
From: "Dr. Peter Dintelmann" <Peter.Dintelmann@dresdner-bank.com>
Subject: Re: How long does flock take?
Message-Id: <8oo88c$d582@intranews.bank.dresdner.net>
Hi Lincoln,
Lincoln Marr schrieb in Nachricht
<8oo7fh$e79$1@qnsgh006.europe.nortel.com>...
[snip]
>However the first field of
>my record in the database is an index given by time() - and naturally I
>cannot have identical indexes.
[snip]
>However I have tried submitting forms on the web to the script with 2
>different workstations, and the file was edited and did contain 2 identical
>indexes. This I don't want.
Thus I think you rather have a problem with your data model
than with the Perl language.
>Is there any way to make opening a file, writing to it etc take longer than
>a second? Could I maybe use 'sleep'?
Uggh. I personally would never do that. Better try to solve
the "real" problem.
Peter
------------------------------
Date: 1 Sep 2000 11:24:13 GMT
From: u8526505@ms27.hinet.net ()
Subject: Is it possible to store a password in a perl program
Message-Id: <8oo3kt$51j@netnews.hinet.net>
I wrote a script to access my pop3 mailbox but I don't want to enter the
password each time when accessing the server.How can I save my password
in a safe way ,just like using outlook express(I'm not sure if it is safe
though)
------------------------------
Date: Fri, 1 Sep 2000 22:30:07 +1000
From: "Simon Voorwinde" <svavevav@idx.com.au>
Subject: learning perl
Message-Id: <39af9495@news1.idx.com.au>
Where's is the best place to learn perl ?
------------------------------
Date: Fri, 1 Sep 2000 13:37:47 +0100
From: "W Kemp" <bill.kemp@wire2.com>
Subject: Re: learning perl
Message-Id: <967812079.29553.0.nnrp-09.c3ad6973@news.demon.co.uk>
Simon Voorwinde wrote in message <39af9495@news1.idx.com.au>...
>Where's is the best place to learn perl ?
>
I started learning perl when I was in the south of France. Lovely
mountains, with a clear river cascading down into a lovely valley full of
vinyards. Where better?
------------------------------
Date: Fri, 01 Sep 2000 06:54:17 -0400
From: Rick Nakroshis <nakroshis@smart.net>
To: "David H. Adler" <dha@panix.com>
Subject: Re: Managing Temporary Directories/Files
Message-Id: <39AF8AD9.FAE5F265@smart.net>
"David H. Adler" wrote:
>
> On Mon, 28 Aug 2000 03:59:17 GMT, Brock <brock_johnson@my-deja.com>
> wrote:
>
> >I noticed that Brian d Toy
>
> I must admit, that's a *new* violation of the style guide... :-)
>
> http://www.brian-d-foy.com/style.html
The fact that there's a URL for the style guide ought to be a Flaming
Clue, but I'll do the newbie-esque thing and ask any way...
Who is brian d foy?
Rick
--
_\\|//_
( O-O )
-------------------------o00--(_)--00o---------------------------
Rick Nakroshis nakroshis@smart.net
And remember, another day ends:
All targets met...
All systems working and customers satisfied...
All staff eager and enthusiastic...
All pigs fed, watered, and ready to fly.
-----------------------------------------------------------------
------------------------------
Date: 01 Sep 2000 13:01:51 +0200
From: Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
Subject: Re: Module, Code for paged search results?
Message-Id: <ufitsgnzog.fsf@jfh00.fernuni-hagen.de>
I should have written more clearly:
I meant paging like using "more" under unix or dos, i.e. present 1000
Hits as 40 pages with "next" and "prev" buttons ...
"DBIx::Recordset" seems to include code for this, as Randy Kobes pointed
out.
--
Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de
FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh
------------------------------
Date: 01 Sep 2000 12:56:25 +0200
From: Stig Palmquist <stig@palmquist.org>
Subject: Re: open web file
Message-Id: <m3u2c0s7mu.fsf@stig.a.sol.no>
"Sean Scannell" <sean@access-management.com> writes:
> I guess I can fetch the file via LWP, but just wondering.
use LWP::Simple;
$data=get("http://www.foo.com/bar.html"):
--
Stig Palmquist <stig@palmquist.org>
------------------------------
Date: Fri, 01 Sep 2000 17:49:58 +0800
From: Harry <harry_jen@hotmail.com>
Subject: osh
Message-Id: <39AF7BC6.5F8BD962@hotmail.com>
Hi,
Could you tell me the use of *.osh files ?
Harry
------------------------------
Date: 1 Sep 2000 10:13:21 GMT
From: mgopi@csa.iisc.ernet.in
Subject: re:re:pack function
Message-Id: <8onvg1$ks9$1@news.netmar.com>
can i use a unpack function to split a string into its constituent characters
"hello" -> h,e,l,l,o
i used unpack "c*","hello", when i printed its o/p it gave the ascii values of
the
constituent chars instead.
i know that split func could be used .but i'm just experimenting with
pack/unpack
----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web -----
http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
NewsOne.Net prohibits users from posting spam. If this or other posts
made through NewsOne.Net violate posting guidelines, email abuse@newsone.net
------------------------------
Date: Fri, 01 Sep 2000 11:40:41 GMT
From: tltt@my-deja.com
Subject: Self-extracting program
Message-Id: <8oo4jm$8u7$1@nnrp1.deja.com>
Hello,
I am developing a system which when complete will need to be deployed
on a separate machine from the one used for development/testing. In
order to make the deployment process more simple I would like to have a
single program which when ran extracts from itself all the files that
constitute the system and installs them in the right places after
performing various checks (e.g. move existing files with the same name
in a backup area).
Is there a Perl module that will let me do this? I looked at CPAN and
the closest thing I found is Archive::Tar, which will allow me to
deploy two files: a tar archive of the system, and the deployment
program which can untar it in a temporary location, and then install
the files in the right places.
Thanks.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
Date: Fri, 01 Sep 2000 11:51:32 +0100
From: Bernard O'Brien <bernard.obrien@eei.ericsson.se>
Subject: Test Framework on Windows NT
Message-Id: <39AF8A34.9502DF6@eei.ericsson.se>
Hi There,
I am working on a project which is using perl to automate testcases
written in java. Our problem is that some of our test cases test
interprocess communication (between the java processes) and we do not
know how to automate this.
So what we really would like to know is how to run two java programs at
the same time from a perl driver ???
Any help would be greatly appreciated
Thanks in advance
Bernard O Brien
------------------------------
Date: Fri, 1 Sep 2000 13:01:06 +0200
From: "Dr. Peter Dintelmann" <Peter.Dintelmann@dresdner-bank.com>
Subject: Re: Test Framework on Windows NT
Message-Id: <8oo2ah$d511@intranews.bank.dresdner.net>
Hi Bernhard,
Bernard O'Brien schrieb in Nachricht <39AF8A34.9502DF6@eei.ericsson.se>...
>So what we really would like to know is how to run two java programs at
>the same time from a perl driver ???
so you need to start two processes on a NT (OS
assumed from subject line) box, right?
system 'start', 'notepad';
system 'start', 'notepad';
is a quick way to start two notepads...
Best regards,
Peter
------------------------------
Date: Fri, 1 Sep 2000 20:25:17 +1100
From: mgjv@tradingpost.com.au (Martien Verbruggen)
Subject: Re: timelocal() is wrong?
Message-Id: <slrn8qutft.ucf.mgjv@martien.heliotrope.home>
On Thu, 31 Aug 2000 16:23:09 -0500,
Russ Jones <russ_jones@rac.ray.com> wrote:
>
> On a slightly related subject, how can you get the "timelocal" value
> of a number that's before the "epoch?" timelocal(0,0,0,2,8,-148) for
According to the documentation (perldoc Time::Local):
[snip]
BUGS
The whole scheme for interpreting two-digit years can be
considered a bug.
Note that the cache currently handles only years from 1900
through 2155.
[snip]
Martien
--
Martien Verbruggen |
Interactive Media Division | Useful Statistic: 75% of the people
Commercial Dynamics Pty. Ltd. | make up 3/4 of the population.
NSW, Australia |
------------------------------
Date: Fri, 1 Sep 2000 02:09:05 -0700
From: "George Furslin" <nobody@spamcop.net>
Subject: Win98 com port - rookie needs help
Message-Id: <8onrr701i3a@enews4.newsguy.com>
This ought to be easy. I am trying to perform the simple act of
writing a command to a Hayes modem, and reading the result.
It seems to me the following should work, but it returns a
listing of the Perl script instead of modem information. It must
be something to do with opening com1 in read/write mode.
I have also tried this without the IO::File module, with
exactly the same result. Any insight would be greatly
appreciated.
#! /usr/bin/perl -w
use diagnostics;
use IO::File;
$porthandle = new IO::File;
$porthandle->open("+>com1");
$porthandle->print("ATH1\n"); # this works (off hook)
$porthandle->print("ATH0\n"); # this does, too (on hook)
$porthandle->print("ATI0\n"); # this must, also, but...
while (<$porthandle>) { # ...this prints the Perl script
print;
}
$porthandle->close;
------------------------------
Date: Fri, 1 Sep 2000 13:15:19 +0200
From: "Dr. Peter Dintelmann" <Peter.Dintelmann@dresdner-bank.com>
Subject: Re: Win98 com port - rookie needs help
Message-Id: <8oo356$d503@intranews.bank.dresdner.net>
Hi George,
George Furslin schrieb in Nachricht <8onrr701i3a@enews4.newsguy.com>...
>This ought to be easy. I am trying to perform the simple act of
>writing a command to a Hayes modem, and reading the result.
I have never used it but there is a Win32::SerialPort
module which might help you.
You will find it at
http://www.activestate.com/packages/zips/Win32-SerialPort.zip
Best regards,
Peter Dintelmann
------------------------------
Date: 16 Sep 99 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 16 Sep 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.
| NOTE: The mail to news gateway, and thus the ability to submit articles
| through this service to the newsgroup, has been removed. I do not have
| time to individually vet each article to make sure that someone isn't
| abusing the service, and I no longer have any desire to waste my time
| dealing with the campus admins when some fool complains to them about an
| article that has come through the gateway instead of complaining
| to the source.
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 V9 Issue 4197
**************************************