[16487] in Perl-Users-Digest
Perl-Users Digest, Issue: 3899 Volume: 9
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Aug 3 11:05:34 2000
Date: Thu, 3 Aug 2000 08:05:17 -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: <965315117-v9-i3899@ruby.oce.orst.edu>
Content-Type: text
Perl-Users Digest Thu, 3 Aug 2000 Volume: 9 Number: 3899
Today's topics:
Re: A DOS box question <gellyfish@gellyfish.com>
Re: A DOS box question <elephant@squirrelgroup.com>
Active Perl for win 98 <lee@areality.co.uk>
Re: Active Perl for win 98 (Tim Hammerquist)
Re: bitwise and decimal number... <jmarsan@my-deja.com>
Re: bitwise and decimal number... (Anno Siegel)
Re: bitwise and decimal number... <rmore1@my-deja.com>
Re: CGI.pm cookie failure <daniel@blackomega.com>
date manipulation jponder9@my-deja.com
Re: error logfile, HOWTO ? <squeek@club.brunssum.net>
Re: error logfile, HOWTO ? (Rafael Garcia-Suarez)
Re: error logfile, HOWTO ? <robert@chalmers.com.au>
Re: error logfile, HOWTO ? <gellyfish@gellyfish.com>
Re: error logfile, HOWTO ? (Nobody)
File IO <robert99@maine.rr.nodamnspam.com>
Re: File IO (Greg Bacon)
Re: File IO <dietmar.staab@t-online.de>
Re: five lines of NQL or 45 lines of Perl hmmmm...... (Nobody)
Re: Getopts - need to pass info to array. (Johan Vromans)
Re: Getopts - need to pass info to array. <rmore1@my-deja.com>
Re: Here's a tough one (relating to 500 error) <care227@attglobal.net>
How do i redirect perldebug output to a file? <robert@chalmers.com.au>
Re: Impossible RegEx Problem <rickysregistration@hotmail.com>
Re: Insecure dependency when passing a parameter with G <care227@attglobal.net>
Re: Interpolating strings--special characters, _not_ va <psmith@baynetworks.com>
Digest Administrivia (Last modified: 16 Sep 99) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: 2 Aug 2000 23:46:40 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: A DOS box question
Message-Id: <8ma8cg$4pm$1@orpheus.gellyfish.com>
On Wed, 02 Aug 2000 17:13:57 GMT BardicStorm wrote:
> <I said>
>
>> After restarting in MS-DOS mode.
>>
>> 'Cannot run this program in DOS mode'
>>
>> ActivePerl requires certain windows services.
>>
>
> Start Windows as normal.. run command.com to open dos while windows is
> running, then use c:\perl <program>
>
> (remember to make sure you're loading the paths in your autoexec..)
>
Er, yes, but it wont work in DOS mode without the GUI started was my point.
/J\
--
yapc::Europe in assocation with the Institute Of Contemporary Arts
<http://www.yapc.org/Europe/> <http://www.ica.org.uk>
------------------------------
Date: Thu, 03 Aug 2000 12:34:48 GMT
From: jason <elephant@squirrelgroup.com>
Subject: Re: A DOS box question
Message-Id: <MPG.13f4044c3bc5fd8f9896c0@news>
Bart Lateur writes ..
>jason wrote:
>
>>these 'solutions' are scarey .. are there really this many people around
>>who don't know how to run a program other than double-clicking on an
>>icon ?
>
>Actually, I wonder what it would take to change the behaviour of opening
>a .PL file by doubleclicking, so that it DOESN'T close the output window
>when finished. Just like a .BAT file.
it's untested - but I can almost guarantee that you would just associate
the .pl extension with
cmd.exe /k \path\to\perl.exe "%1" %*
(command.com for Win9x .. and you'd have to check the flag .. I think
it's /C or maybe /P as well)
instead of just the Perl program .. I've done it for .pm files (except
they're associated with perldoc -F because usually I want to read about
them as I'm browsing an @INC directory
--
jason -- elephant@squirrelgroup.com --
------------------------------
Date: Thu, 3 Aug 2000 15:03:37 +0100
From: "Lee Denny" <lee@areality.co.uk>
Subject: Active Perl for win 98
Message-Id: <965311109.1838.0.nnrp-13.c2dee5ab@news.demon.co.uk>
Apologies if this is a stupid question but I just can't associate the .pl
type with my PWS running on '98. I've tried altering the registry but the
server just hangs when I access a .pl file any help would be greatley
appreciated.
Thanks in advance,
Lee (lee@areality.co.uk)
------------------------------
Date: Thu, 03 Aug 2000 14:04:04 GMT
From: tim@degree.ath.cx (Tim Hammerquist)
Subject: Re: Active Perl for win 98
Message-Id: <slrn8oivgv.k4.tim@degree.ath.cx>
On Thu, 3 Aug 2000 15:03:37 +0100, Lee Denny <lee@areality.co.uk> wrote:
> Apologies if this is a stupid question but I just can't associate the .pl
> type with my PWS running on '98. I've tried altering the registry but the
> server just hangs when I access a .pl file any help would be greatley
> appreciated.
>
> Thanks in advance,
>
> Lee (lee@areality.co.uk)
Assuming you're altering the correct branch of the registry (I'm not in
Win98 at the moment, so I can't double check), make sure you have the
exact string. A string should be set to the extension you want to map,
eg ".pl" (including the [dot]; minus the quotes) with a value being the
app to map it to. Assuming default ActivePerl installation on the C:
drive:
".pl" --> "C:\Perl\bin\perl.exe %s %s"
".cgi" --> "C:\Perl\bin\perl.exe %s %s"
".plx" --> "C:\Perl\bin\perlis.dll"
Beyond this, I'd suggest the perl-win-web mailing list at
activestate.com:
http://listserv.activestate.com/mailman/listinfo/perl-win32-web
HTH,
--
-Tim Hammerquist <timmy@cpan.org>
Intellectual brilliance is no guarantee against being dead wrong.
-- David Fasold
------------------------------
Date: Thu, 03 Aug 2000 13:11:21 GMT
From: JMarsan <jmarsan@my-deja.com>
Subject: Re: bitwise and decimal number...
Message-Id: <8mbr1l$mh4$1@nnrp1.deja.com>
> > print $c; # prints 11000000, which is ok
> >
> > But now I want to transform $c into a decimal number. I tried with
pack
> > and unpack but since I am still a newbie, I haven't succeed.
>
> It takes some time and experimentation to become effective with those
> functions. But it is worth the effort.
>
> > Please help.
>
> print unpack C => pack B8 => $c;
Hi,
Thank you for responding me.
I tried your solution and instead of printing 3, which is the decimal
value of $c that contains 11000000, it prints 192.
I am missing something here?
--
J. Marsan
Technician, IT
N.S.D.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
Date: 3 Aug 2000 14:37:01 -0000
From: anno4000@lublin.zrz.tu-berlin.de (Anno Siegel)
Subject: Re: bitwise and decimal number...
Message-Id: <8mc02d$ks4$1@lublin.zrz.tu-berlin.de>
JMarsan <jmarsan@my-deja.com> wrote in comp.lang.perl.misc:
>
>> > print $c; # prints 11000000, which is ok
>> >
>> > But now I want to transform $c into a decimal number. I tried with
>pack
>> > and unpack but since I am still a newbie, I haven't succeed.
>>
>> It takes some time and experimentation to become effective with those
>> functions. But it is worth the effort.
>>
>> > Please help.
>>
>> print unpack C => pack B8 => $c;
>
>Hi,
>
>Thank you for responding me.
>
>I tried your solution and instead of printing 3, which is the decimal
>value of $c that contains 11000000, it prints 192.
>
>I am missing something here?
Apparently, yes. 11000000(2) = 2**7 + 2**6 = 128 + 64 = 192. What's
wrong with that?
On the other hand, I have the feeling you are satisfied with the result
($a | $b) eq "11000000" for the wrong reason. The | operator, when
applied to strings (that is, scalars that have been assigned string
values and not been used in numeric context), will do a bit-wise or
on the bytes of the string. In particular, the second "1" in the
result string occurs because one operand is "0" = 110000(2) and the
other is "1" = 110001(2). The result of the or operation is indeed
110001(2) = "1", but only because ASCII is friendly enough to work
that way.
Anno
------------------------------
Date: Thu, 03 Aug 2000 14:50:54 GMT
From: Rich More <rmore1@my-deja.com>
Subject: Re: bitwise and decimal number...
Message-Id: <8mc0sb$r9q$1@nnrp1.deja.com>
In article <8mbr1l$mh4$1@nnrp1.deja.com>,
JMarsan <jmarsan@my-deja.com> wrote:
>
> > > print $c; # prints 11000000, which is ok
> > >
> > > But now I want to transform $c into a decimal number. I tried with
> pack
> > > and unpack but since I am still a newbie, I haven't succeed.
> >
> > It takes some time and experimentation to become effective with
those
> > functions. But it is worth the effort.
> >
> > > Please help.
> >
> > print unpack C => pack B8 => $c;
>
> Hi,
>
> Thank you for responding me.
>
> I tried your solution and instead of printing 3, which is the decimal
> value of $c that contains 11000000, it prints 192.
11000000 = 192
00000011 = 3
=============================
Richard More
http://www.richmore.com/
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
Date: Thu, 3 Aug 2000 11:21:41 +0100
From: "Daniel Foster" <daniel@blackomega.com>
Subject: Re: CGI.pm cookie failure
Message-Id: <8mbhqc$c0a$1@news7.svr.pol.co.uk>
> $cook = $co->cookie(
> -name=>'test',
> -path=>'/',
> -expires=>'+1h',
> -value=>'saveme'
> );
Okay, so I started to get pissed off with this after trying to make it
work for ages, and started fiddling with these values. Setting
expires to a longer value (I used '+2h') fixes the problem. Daft eh?
So it's been narrowed down to an IE problem, unless it's something
I've missed to do with how cookies work. Thanks for the effort
anyway.
---
Politics and morality on the same side -
that doesn't happen very often.
- Babylon 5
Daniel Foster - daniel@blackomega.com
------------------------------
Date: Thu, 03 Aug 2000 14:50:16 GMT
From: jponder9@my-deja.com
Subject: date manipulation
Message-Id: <8mc0r5$r9e$1@nnrp1.deja.com>
Hi,
As a bit of a newbie to perl programming, I was wondering if there
is a tried and tested way of calculating dates (day/month/year) in the
future from a given date. e.g. given todays date what will the date be
364 days from now. Seems simple on the face of it but then what about
leap years? and what if current month is a 31 day month? It occured to
me that this type of problem must occur quite often, often enough for
there to be a formula or generic code to solve it. Does anyone know of
such??
Ta very much,
Jimbo
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
Date: Thu, 3 Aug 2000 12:09:54 +0200
From: "Squeek" <squeek@club.brunssum.net>
Subject: Re: error logfile, HOWTO ?
Message-Id: <965297420.413547@fermion.b.fw.brunssum.net>
Thanx for the quick answer,
but I need to know howto activate the errorlog and specify the file to store
the STDERR messages in.
Ronald.
Rafael Garcia-Suarez <rgarciasuarez@free.fr> schreef in berichtnieuws
slrn8oih2j.402.rgarciasuarez@rafael.kazibao.net...
> Squeek wrote in comp.lang.perl.misc:
> >Hya,
> >
> >As being fairly new to Perl and CGI, I need to debug my scripts very
often.
> >So now I hop someone can tell me how to activate the error-logging in a
> >script.
> >Is there a variable or command that tells the CGI to make an
error-logfile.
>
> The standard error stream of CGI programs is redirected to the webserver
> errorlog. You can do:
> print STDERR "Hello\n";
> in your CGI script and a line "Hello" will appear in the errorlog.
>
> --
> Rafael Garcia-Suarez
------------------------------
Date: Thu, 03 Aug 2000 10:16:41 GMT
From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
Subject: Re: error logfile, HOWTO ?
Message-Id: <slrn8oihtu.40h.rgarciasuarez@rafael.kazibao.net>
Squeek wrote in comp.lang.perl.misc:
>Thanx for the quick answer,
>but I need to know howto activate the errorlog and specify the file to store
>the STDERR messages in.
Depends on your webserver. I can't guess what webserver you're using.
And this is no longer a perl question : ask in another newsgroup, such as
comp.infosystems.www.servers.{unix,ms-windows,mac,misc}.
--
Rafael Garcia-Suarez
------------------------------
Date: Thu, 3 Aug 2000 20:39:05 +1000
From: "Robert Chalmers" <robert@chalmers.com.au>
Subject: Re: error logfile, HOWTO ?
Message-Id: <3Vbi5.12$OC1.2187@nsw.nnrp.telstra.net>
Hi,
try
perl -w yourscript.pl
Or, in the file itself,
#!/usr/local/bin/perl -w
cheers
Bob
"Squeek" <squeek@club.brunssum.net> wrote in message
news:965295110.239088@fermion.b.fw.brunssum.net...
> Hya,
>
> As being fairly new to Perl and CGI, I need to debug my scripts very
often.
> So now I hop someone can tell me how to activate the error-logging in a
> script.
> Is there a variable or command that tells the CGI to make an
error-logfile.
>
> This would help me a lot, Thnx !!!
>
> Ronald.
>
>
>
------------------------------
Date: Thu, 03 Aug 2000 11:55:42 GMT
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: error logfile, HOWTO ?
Message-Id: <25di5.974$82.57339@news.dircon.co.uk>
On Thu, 03 Aug 2000 10:02:06 GMT, Rafael Garcia-Suarez Wrote:
> Squeek wrote in comp.lang.perl.misc:
>>Hya,
>>
>>As being fairly new to Perl and CGI, I need to debug my scripts very often.
>>So now I hop someone can tell me how to activate the error-logging in a
>>script.
>>Is there a variable or command that tells the CGI to make an error-logfile.
>
> The standard error stream of CGI programs is redirected to the webserver
> errorlog. You can do:
> print STDERR "Hello\n";
> in your CGI script and a line "Hello" will appear in the errorlog.
>
s/is/might be/;
s/will/might/;
comp.infosystems.www.servers.* is the place to ask.
/J\
------------------------------
Date: 3 Aug 2000 14:42:48 GMT
From: nobody@contract.Sun.COM (Nobody)
Subject: Re: error logfile, HOWTO ?
Message-Id: <8mc0d8$ro1$1@eastnews1.east.sun.com>
In article <slrn8oihtu.40h.rgarciasuarez@rafael.kazibao.net>,
Rafael Garcia-Suarez <rgarciasuarez@free.fr> wrote:
>Squeek wrote in comp.lang.perl.misc:
>>Thanx for the quick answer,
>>but I need to know howto activate the errorlog and specify the file to store
>>the STDERR messages in.
>
I don't know of any "automatic" error logs, other than the standard
webserver error log. I usually write my own error handling, i.e.,
open (ERRLOG,">>$my_error_log") || blah, blah, blah
print ERRLOG $error_message;
close (ERRLOG);
I actually have a module I use write to a database, but that's for more
complex applications :-)
Anita
------------------------------
Date: Thu, 3 Aug 2000 09:37:26 -0400
From: "Robert Lee" <robert99@maine.rr.nodamnspam.com>
Subject: File IO
Message-Id: <YAei5.28889$9E6.173039@newsr1.maine.rr.com>
Hi, I'm new to Perl and I was wondering if anyone could either explain how
to do file IO or point me in the right direction (a tutorial or FAQ).
Specifically, I'm using the OPEN() function to add text inputted in a form
to a file on my server (this will be used in a "signup" form for a mailing
list). Right now the script is overwriting the previous contents of the file
instead of appending to it. Here is the code:
#!/usr/local/bin/perl
require ("cgi-lib.pl");
&ReadParse;
print "Content-type: text/html\n\n";
while( ($key, $value) = each%in) {
if ($key='opinion') {
open(FileOut, "> results.txt");
print FileOut "Opinion: $value\n";
print "Opinion = $value\n";
print "Thank you for your opinion!\n";
close(FileOut);
break;
}
}
My open statement is right in the middle after the IF. Right now its opening
the file for OUTPUT and I wanted APPEND mode. Also, am I using that break
correctly? I want to jump out of the WHILE after it finds the correct field.
Thanks!
-Robert
------------------------------
Date: Thu, 03 Aug 2000 13:54:09 GMT
From: gbacon@HiWAAY.net (Greg Bacon)
Subject: Re: File IO
Message-Id: <soiuc1p2dbm185@corp.supernews.com>
In article <YAei5.28889$9E6.173039@newsr1.maine.rr.com>,
Robert Lee <robert99@maine.rr.nodamnspam.com> wrote:
: Hi, I'm new to Perl and I was wondering if anyone could either explain how
: to do file IO or point me in the right direction (a tutorial or FAQ).
: Specifically, I'm using the OPEN() function to add text inputted in a form
: to a file on my server (this will be used in a "signup" form for a mailing
: list). Right now the script is overwriting the previous contents of the file
: instead of appending to it. Here is the code:
Search for append in the documentation on open in the perlfunc manpage.
Greg
--
No one now dies of fatal truths: there are too many antidotes to them.
-- Nietzsche
------------------------------
Date: Thu, 03 Aug 2000 16:00:54 -0500
From: "Dietmar Staab" <dietmar.staab@t-online.de>
Subject: Re: File IO
Message-Id: <8mbttk$b9g$10$1@news.t-online.com>
In article <YAei5.28889$9E6.173039@newsr1.maine.rr.com>, "Robert Lee"
<robert99@maine.rr.nodamnspam.com> wrote:
Hi Robert,
> My open statement is right in the middle after the IF. Right now its
> opening the file for OUTPUT and I wanted APPEND mode.
">>" instead of ">" appends to your file
> Also, am I using that break correctly? I want to jump out of the WHILE
> after it finds the correct field.
The "last" operator allows you to skip the rest of the while as if your
test condition had returned false.
Greetings, D.
------------------------------
Date: 3 Aug 2000 14:11:23 GMT
From: nobody@contract.Sun.COM (Nobody)
Subject: Re: five lines of NQL or 45 lines of Perl hmmmm......
Message-Id: <8mbuib$qvt$1@eastnews1.east.sun.com>
In article <8m9s7n$h2n$1@news.jump.net>,
Doug Manney <Doug_Manney@mail-net.com> wrote:
>Scripters and Programmers,
<marketingspeak deleted>
>
>NQL sets a new standard for developer productivity, saving time and allowing
>comprehensive interoperability with all programming and scripting languages.
>
If you really want to save lines of code, try APL :-)
Anita
------------------------------
Date: 03 Aug 2000 14:10:36 +0200
From: JVromans@Squirrel.nl (Johan Vromans)
Subject: Re: Getopts - need to pass info to array.
Message-Id: <wl3punqzgsj.fsf@plume.nl.compuware.com>
tizatron@my-deja.com writes:
> Q1 - How do you use getopts to pass values into an array??
You can't do that with getopt/getopts, but you can do that with
Getopt::Long:
use Getopt::Long;
Getopt::Long::Configure("bundling"); # for getopts behavior
my @fs;
GetOptions ("f=s" => \@fs);
Every use of -f will cause another value to be pushed into the array.
I usually use this in conjunction with:
GetOptions ("f=s" => \@fs);
@fs = split(/,/,join(",",@fs));
This allows:
-f dir1 -f dir2 -f dir3,dir4
and so on.
You can have the other options put values in lex variables as well:
my ($opt_h, $r, $m, $v);
GetOptions ("f=s" => \@fs, "h" => $opt_h, "v" => $v, ...);
You get the idea.
-- Johan
------------------------------
Date: Thu, 03 Aug 2000 14:03:57 GMT
From: Rich More <rmore1@my-deja.com>
Subject: Re: Getopts - need to pass info to array.
Message-Id: <8mbu48$p3q$1@nnrp1.deja.com>
In article <8m9lkb$3l6$1@nnrp1.deja.com>,
tizatron@my-deja.com wrote:
>
> So I wanted to add some getopts functionality to be able to pass in
the
> filesystems that I want to work on so I don't have to edit the file
and
> I could call this script from other programs.
>
Why not use @ARGV?
--
=============================
Richard More
http://www.richmore.com/
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
Date: Thu, 03 Aug 2000 09:43:33 -0400
From: Drew Simonis <care227@attglobal.net>
Subject: Re: Here's a tough one (relating to 500 error)
Message-Id: <39897705.C0151BD@attglobal.net>
Debjit wrote:
>
> use CGI::Carp qw(fatalsToBrowser);
> + run it at command line and see whether it is printing mime header properly
^^^^
Make that HTTP, MIME is for (as the name implies) mail.
------------------------------
Date: Thu, 3 Aug 2000 20:42:20 +1000
From: "Robert Chalmers" <robert@chalmers.com.au>
Subject: How do i redirect perldebug output to a file?
Message-Id: <7Ybi5.13$OC1.2301@nsw.nnrp.telstra.net>
I'm trying to discover how to redirect the output of the perldebugger to a
textfile for care full study
#!/usr/local/bin/perl -d
gets me the debugger running, but I need the output to go to a file where I
can sort through it, especially with Trace on, then c, the output streams by
way too fast, and I need to capture it.
Thanks for any help
cheers
Bob
------------------------------
Date: Thu, 03 Aug 2000 12:01:23 GMT
From: "Earthlink News" <rickysregistration@hotmail.com>
Subject: Re: Impossible RegEx Problem
Message-Id: <nadi5.5343$0W4.189833@newsread2.prod.itd.earthlink.net>
Jim Mauldin <mauldin@netstorm.net> wrote in message
news:39891509.21E21563@netstorm.net...
> I've given you a workable solution twice, but since you refuse to test
> or study it (or test your own code)
> *PLONK*
Right back at ya! Obviously you didn't test my code from the last post
because that definitely recreates the problem. The first code you included,
which I did test, worked but had nothing to do with the problem at hand.
But, I *did* study your code from the next couple of posts which more
directly address the problem and that was perfect! Here's the thing I was
doing wrong:
# In Perl script:
# name of variable
$p = 'parameter';
# $$p is the same as $parameter (used elsewhere in the script)
$$p = '"s%Rick%Rick is $cool%g"';
# The substitution phrase:
$cool = 'one cool cat';
# String I'd like to do the substitution on (retrieved from the web):
$doc = 'Rick';
##### What I tried:
eval($doc =~ eval($parameter));
##### What actually works (after examining Jim's last code):
eval ('$doc =~ ' . eval($parameter));
# Result:
print "\n$doc\n";
This returns "Rick is one cool cat" (which is obviously true and correct :).
So thanks for the info, it did help do the trick.
Adios,
Rick.
------------------------------
Date: Thu, 03 Aug 2000 10:33:03 -0400
From: Drew Simonis <care227@attglobal.net>
Subject: Re: Insecure dependency when passing a parameter with GET
Message-Id: <3989829F.157A4469@attglobal.net>
Mark Worsdall wrote:
>
> Hi,
>
> I am passing a url and a string to an external perl script using the GET
> method.
(...)
> Using lynx to run the external script causes the insecure dependceny
> error.
>
> Line 628 system('/usr/local/bin/lynx ' . $shadowfound);
>
Using system in the manner you are using it in will spawn
a shell. That is bad. Try instead:
system('/usr/local/bin/lynx', $shadowfound);
and read:
http://www.perl.com/pub/doc/manual/html/pod/perlfunc/system.html
------------------------------
Date: 03 Aug 2000 09:43:46 -0400
From: "Paul D. Smith" <psmith@baynetworks.com>
Subject: Re: Interpolating strings--special characters, _not_ variables
Message-Id: <p5snsmlast.fsf@nortelnetworks.com>
%% jason <elephant@squirrelgroup.com> writes:
>>> Now I want to assign the value of $foo _with the special character
>>> sequences replaced with the real values_ to $bar:
>>> $bar = expandit $foo;
>> $bar = eval qq("$foo");
Aha! I _knew_ eval was involved; I just couldn't get the proper
syntax worked out.
j> actually .. make that
j> $foo =~ s/"/\\"/g;
j> $bar = eval qq("$foo");
I suppose you still have the problem of \" and \\" and \\\" etc. etc.
But, this should be good enough.
Thanks!
--
-------------------------------------------------------------------------------
Paul D. Smith <psmith@baynetworks.com> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions---Nortel Networks takes no responsibility for them.
------------------------------
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 3899
**************************************