[31245] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 2490 Volume: 11

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Wed Jun 24 09:09:51 2009

Date: Wed, 24 Jun 2009 06:09:12 -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           Wed, 24 Jun 2009     Volume: 11 Number: 2490

Today's topics:
    Re: FAQ 2.11 Perl Books <brian.d.foy@gmail.com>
    Re: FAQ 2.11 Perl Books <cartercc@gmail.com>
        Multiple server find and replace <jdonovan151@gmail.com>
    Re: Multiple server find and replace <tadmc@seesig.invalid>
    Re: Multiple server find and replace <derykus@gmail.com>
    Re: Multiple server find and replace <derykus@gmail.com>
    Re: Multiple server find and replace <marc.girod@gmail.com>
    Re: Multiple server find and replace <derykus@gmail.com>
        new CPAN modules on Wed Jun 24 2009 (Randal Schwartz)
        Platinum <syeda.nida.manzar@gmail.com>
    Re: tracking database handles <brandon@geronimoa11oys.invalid>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: Tue, 23 Jun 2009 14:17:07 -0500
From: brian d  foy <brian.d.foy@gmail.com>
Subject: Re: FAQ 2.11 Perl Books
Message-Id: <230620091417070794%brian.d.foy@gmail.com>

In article
<fc216089-cfa2-4ba6-b90b-7c6e60745cc5@l32g2000vba.googlegroups.com>,
ccc31807 <cartercc@gmail.com> wrote:

> On Jun 19, 11:37 am, brian d  foy <brian.d....@gmail.com> wrote:
> > You might have forgot who I am, but I read every Perl book.

> Do you think that the publication date of a book is the primary
> indicator of the datedness of a book? If so, I can list for you a
> number of technology books 10 years old or older that are as fresh now
> as the day they were written. (e.g., Paul Graham's ANSI Common Lisp,
> (c) 1995).

None of those would be in the perlfaq. 


> As to being out of date, well, that's really a fuzzy concept. Apache
> is not out of date, mod_perl is not out of date, Perl is not out of
> date, MySQL is not out of date

The versions of all of those from 2000 are out-of-date. Apache, MySQL
and mod_perl have major versions that are substantionally different
from
the previous ones.

As I said before, I won't be adding the book you mentioned to the
perlfaq, and there is no more to explain. If you like the book, you can
recommend it other people all you like.


------------------------------

Date: Tue, 23 Jun 2009 14:20:31 -0700 (PDT)
From: ccc31807 <cartercc@gmail.com>
Subject: Re: FAQ 2.11 Perl Books
Message-Id: <dab62751-7c12-4ebf-8ea3-dabe243a9c9d@r37g2000yqd.googlegroups.com>

On Jun 23, 3:17=A0pm, brian d  foy <brian.d....@gmail.com> wrote:
> As I said before, I won't be adding the book you mentioned to the
> perlfaq, and there is no more to explain. If you like the book, you can
> recommend it other people all you like.

I never suggested that you should. I only commented that I found it
very helpful for web enabled database applications. In fact, it's
sitting on my book self right next to yours.

CC.


------------------------------

Date: Tue, 23 Jun 2009 12:17:20 -0700 (PDT)
From: "jdonovan151@gmail.com" <jdonovan151@gmail.com>
Subject: Multiple server find and replace
Message-Id: <9f91f3a1-71f5-48af-8f4d-6d1b1cc96fc9@l5g2000vbp.googlegroups.com>

So I have about 70-80 servers that have a Nagios check running on
them..  I realized today that in one of the .cfg files there is a
value that is "/nagios/plugins/check_disk -w 20 -c 10"
it needs to read:
/nagios/plugins/check_disk -w 20% -c 10%

I have the server list in a text file and can ssh as root to all of
these servers what I need to be able to do is have a script that will
read in the server list then go out to each machine go to /usr/local/
nagios/myfile.cfg
find that line and replace the value of 20 with the value of 20%.

Any help is much appreciated and if your in the Boston area might get
you a beer or two :)

Thanks !


------------------------------

Date: Tue, 23 Jun 2009 14:35:27 -0500
From: Tad J McClellan <tadmc@seesig.invalid>
Subject: Re: Multiple server find and replace
Message-Id: <slrnh42bf1.l9o.tadmc@tadmc30.sbcglobal.net>

jdonovan151@gmail.com <jdonovan151@gmail.com> wrote:
> So I have about 70-80 servers that have a Nagios check running on
> them..  I realized today that in one of the .cfg files there is a
> value that is "/nagios/plugins/check_disk -w 20 -c 10"
> it needs to read:
> /nagios/plugins/check_disk -w 20% -c 10%
>
> I have the server list in a text file and can ssh as root to all of
> these servers what I need to be able to do is have a script that will
> read in the server list then go out to each machine go to /usr/local/
> nagios/myfile.cfg
> find that line and replace the value of 20 with the value of 20%.


(and replace the value of 10 with the value of 10%, if your 1st
 description is correct.
)

Seems a SMOP to me...


> Any help is much appreciated


Help with what?

That is, which parts do you know how to do and which parts
do you need help with?

Show us the code you have so far, and we will help you with
the parts it is missing.


-- 
Tad McClellan
email: perl -le "print scalar reverse qq/moc.noitatibaher\100cmdat/"


------------------------------

Date: Tue, 23 Jun 2009 14:03:28 -0700 (PDT)
From: "C.DeRykus" <derykus@gmail.com>
Subject: Re: Multiple server find and replace
Message-Id: <d8d856ed-0b13-4576-80e7-7e81cd66a426@k17g2000prn.googlegroups.com>

On Jun 23, 12:17=A0pm, "jdonovan...@gmail.com" <jdonovan...@gmail.com>
wrote:
> So I have about 70-80 servers that have a Nagios check running on
> them.. =A0I realized today that in one of the .cfg files there is a
> value that is "/nagios/plugins/check_disk -w 20 -c 10"
> it needs to read:
> /nagios/plugins/check_disk -w 20% -c 10%
>
> I have the server list in a text file and can ssh as root to all of
> these servers what I need to be able to do is have a script that will
> read in the server list then go out to each machine go to /usr/local/
> nagios/myfile.cfg
> find that line and replace the value of 20 with the value of 20%.
>

If the servers have Perl, here's some untested
code to get you started:


open the list of servers
loop/read through server list:
   0 =3D=3D system( "ssh server_name
      q{ perl -pi.bak -e 's/xxx/%20 -c 10%/' config }" )
   or die "server_name config fixup failed: $?";
end of loop

--
Charles DeRykus





------------------------------

Date: Tue, 23 Jun 2009 15:17:25 -0700 (PDT)
From: "C.DeRykus" <derykus@gmail.com>
Subject: Re: Multiple server find and replace
Message-Id: <0578f745-e397-4646-ac4e-b6220decfd31@s1g2000prd.googlegroups.com>

On Jun 23, 2:03=A0pm, "C.DeRykus" <dery...@gmail.com> wrote:
> ...
> open the list of servers
> loop/read through server list:
> =A0 =A00 =3D=3D system( "ssh server_name
> =A0 =A0 =A0 q{ perl -pi.bak -e 's/xxx/%20 -c 10%/' config }" )
> =A0 =A0or die "server_name config fixup failed: $?";

I meant it when I said "untested":

That should be something more like:

system( "ssh server_name "
          . q{ perl -pi.bak -e '...' } config )"
   or die ...

Any further errors are an exercise for the reader :)

--
Charles DeRykus




------------------------------

Date: Wed, 24 Jun 2009 01:42:48 -0700 (PDT)
From: Marc Girod <marc.girod@gmail.com>
Subject: Re: Multiple server find and replace
Message-Id: <004fbf2c-b93c-46a9-9e78-c5e34e548e2a@l32g2000vba.googlegroups.com>

On Jun 23, 11:17=A0pm, "C.DeRykus" <dery...@gmail.com> wrote:

> system( "ssh server_name "
> =A0 =A0 =A0 =A0 =A0 . q{ perl -pi.bak -e '...' } config )"
> =A0 =A0or die ...

> Any further errors are an exercise for the reader :)

Now, there's an odd number of double quotes in my count,
so:

system( "ssh server_name "
       . q{ perl -pi.bak -e '...' config )

Do any of you use either of Net::SSH::Perl or Net::SSH2,
or any other ssh perl client, instead of resorting to
system and the command line ssh?

Where you able to install it on Windows (for use by
people not installing cygwin)?
How?...
I am stuck in gmp and Math::GMP / Math::Pari depending on
it. I have tried building gmp-4.3.1 from sources, which
requires a shell understanding ./configure, and thus msys
on MinGW...) as well as downloading 4.2 binaries.
I'd wish for a path with a known light at the end of the
tunnel...

Thanks,
Marc


------------------------------

Date: Wed, 24 Jun 2009 05:47:30 -0700 (PDT)
From: "C.DeRykus" <derykus@gmail.com>
Subject: Re: Multiple server find and replace
Message-Id: <d5e4369c-0aa7-445f-9fb7-8225b1969f4c@u9g2000prd.googlegroups.com>

On Jun 24, 1:42=A0am, Marc Girod <marc.gi...@gmail.com> wrote:
> On Jun 23, 11:17=A0pm, "C.DeRykus" <dery...@gmail.com> wrote:
>
> > system( "ssh server_name "
> > =A0 =A0 =A0 =A0 =A0 . q{ perl -pi.bak -e '...' } config )"
> > =A0 =A0or die ...
> > Any further errors are an exercise for the reader :)
>
> Now, there's an odd number of double quotes in my count,
> so:
>
> system( "ssh server_name "
> =A0 =A0 =A0 =A0. q{ perl -pi.bak -e '...' config )

Thanks, I think the brace and paren were swapped too:

    system( "ssh server_name "
          . q{ perl -pi.bak -e '...'  config } )
> ...

> Neither of Net::SSH::Perl or Net::SSH2,
> or any other ssh perl client, instead of resorting to
> system and the command line ssh?
>
> Where you able to install it on Windows (for use by
> people not installing cygwin)?
> How?...
> I am stuck in gmp and Math::GMP / Math::Pari depending on
> it. I have tried building gmp-4.3.1 from sources, which
> requires a shell understanding ./configure, and thus msys
> on MinGW...) as well as downloading 4.2 binaries.
> I'd wish for a path with a known light at the end of the
> tunnel...
>

This is the really hard area. I've built and installed (with
difficulty) on Unix but the build failed for me on Strawberry Perl.
Also tried a pre-built 5.10 from theory5:

ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/Net-SSH-Perl.ppd
ppm install failed: Can't find any package that provides Crypt-DH for
Net-SSH-Perl
Can't find any package that provides Crypt-IDEA for Net-SSH-Perl
Can't find any package that provides Math-Pari for Net-SSH-Perl
Can't find any package that provides Crypt-RSA for Net-SSH-Perl
Can't find any package that provides Math-GMP for Net-SSH-Perl
Can't find any package that provides Crypt-DSA for Net-SSH-Perl

Maybe someone's had more luck... or possibly the 5.6/5.8 pre-built's
are more tractable.

(redirected to comp.lang.perl.modules)

--
Charles DeRykus


------------------------------

Date: Wed, 24 Jun 2009 04:42:28 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Wed Jun 24 2009
Message-Id: <KLq7qs.1xCB@zorch.sf-bay.org>

The following modules have recently been added to or updated in the
Comprehensive Perl Archive Network (CPAN).  You can install them using the
instructions in the 'perlmodinstall' page included with your Perl
distribution.

API-ISPManager-0.05
http://search.cpan.org/~nrg/API-ISPManager-0.05/
interface to the ISPManager Hosting Panel API ( http://ispsystem.com ) 
----
AnyEvent-4.412
http://search.cpan.org/~mlehmann/AnyEvent-4.412/
provide framework for multiple event loops 
----
Bundle-AndyA-1.04
http://search.cpan.org/~andya/Bundle-AndyA-1.04/
Basic working environment. 
----
CGI-Lazy-1.04
http://search.cpan.org/~vayde/CGI-Lazy-1.04/
----
CGI-Session-Driver-layered-0.4
http://search.cpan.org/~crein/CGI-Session-Driver-layered-0.4/
Use multiple layered drivers 
----
CHI-Driver-BerkeleyDB-0.01
http://search.cpan.org/~jswartz/CHI-Driver-BerkeleyDB-0.01/
Using BerkeleyDB for cache 
----
CPAN-Mini-Visit-0.05
http://search.cpan.org/~adamk/CPAN-Mini-Visit-0.05/
A generalised API version of David Golden's visitcpan 
----
Catalyst-Plugin-Session-0.24
http://search.cpan.org/~bobtfish/Catalyst-Plugin-Session-0.24/
Generic Session plugin - ties together server side storage and client side state required to maintain session data. 
----
Class-MOP-0.88
http://search.cpan.org/~drolsky/Class-MOP-0.88/
A Meta Object Protocol for Perl 5 
----
Collection-0.45
http://search.cpan.org/~zag/Collection-0.45/
Collections framework for CRUD of the data or objects. 
----
Config-JFDI-0.063
http://search.cpan.org/~rkrimen/Config-JFDI-0.063/
Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any 
----
Config-Model-0.637
http://search.cpan.org/~ddumont/Config-Model-0.637/
Framework to create configuration validation tools and editors 
----
Config-Model-TkUI-1.210
http://search.cpan.org/~ddumont/Config-Model-TkUI-1.210/
Tk GUI to edit config data through Config::Model 
----
Config-Tree-0.02
http://search.cpan.org/~sharyanto/Config-Tree-0.02/
Access various configuration as a single Unix filesystem-like tree 
----
Config-XPath-0.14
http://search.cpan.org/~pevans/Config-XPath-0.14/
a module for retrieving configuration data from XML files by using XPath queries 
----
Coro-5.14
http://search.cpan.org/~mlehmann/Coro-5.14/
the only real threads in perl 
----
DBD-CSV-0.24_02
http://search.cpan.org/~hmbrand/DBD-CSV-0.24_02/
DBI driver for CSV files 
----
DBD-drizzle-0.200
http://search.cpan.org/~capttofu/DBD-drizzle-0.200/
MySQL driver for the Perl5 Database Interface (DBI) 
----
DBIx-Class-TimeStamp-0.10
http://search.cpan.org/~jjnapiork/DBIx-Class-TimeStamp-0.10/
DBIx::Class extension to update and create date and time based fields 
----
DBIx-Class-TimeStamp-0.11
http://search.cpan.org/~jjnapiork/DBIx-Class-TimeStamp-0.11/
DBIx::Class extension to update and create date and time based fields 
----
Data-PrefixMerge-0.05
http://search.cpan.org/~sharyanto/Data-PrefixMerge-0.05/
Merge two nested data structures, with merging mode prefix on hash keys 
----
Data-Schema-0.06
http://search.cpan.org/~sharyanto/Data-Schema-0.06/
Validate nested data structures with nested structure 
----
Data-UUID-Base64URLSafe-0.34
http://search.cpan.org/~lbrocard/Data-UUID-Base64URLSafe-0.34/
URL-safe UUIDs 
----
Devel-LeakGuard-Object-0.03
http://search.cpan.org/~andya/Devel-LeakGuard-Object-0.03/
Scoped checks for object leaks 
----
Devel-LeakGuard-Object-0.04
http://search.cpan.org/~andya/Devel-LeakGuard-Object-0.04/
Scoped checks for object leaks 
----
Devel-NYTProf-2.10
http://search.cpan.org/~timb/Devel-NYTProf-2.10/
Powerful feature-rich perl source code profiler 
----
Email-Sender-0.091740
http://search.cpan.org/~rjbs/Email-Sender-0.091740/
a library for sending email 
----
HTML-Widgets-NavMenu-1.0301
http://search.cpan.org/~shlomif/HTML-Widgets-NavMenu-1.0301/
A Perl Module for Generating HTML Navigation Menus 
----
JE-0.033
http://search.cpan.org/~sprout/JE-0.033/
Pure-Perl ECMAScript (JavaScript) Engine 
----
JSON-DWIW-0.34
http://search.cpan.org/~dowens/JSON-DWIW-0.34/
JSON converter that Does What I Want 
----
Locale-Maketext-1.13_80
http://search.cpan.org/~ferreira/Locale-Maketext-1.13_80/
framework for localization 
----
Locale-Maketext-1.13_81
http://search.cpan.org/~ferreira/Locale-Maketext-1.13_81/
framework for localization 
----
Locale-Maketext-1.13_82
http://search.cpan.org/~ferreira/Locale-Maketext-1.13_82/
framework for localization 
----
Math-GrahamFunction-0.02000
http://search.cpan.org/~shlomif/Math-GrahamFunction-0.02000/
Calculate the Graham's Function of a Natural Number. 
----
MediaWiki-Bot-2.3.0
http://search.cpan.org/~dcollins/MediaWiki-Bot-2.3.0/
a Wikipedia bot framework written in Perl 
----
MetaStore-0.50
http://search.cpan.org/~zag/MetaStore-0.50/
Set of classes for multiuser web applications. 
----
Moose-0.83
http://search.cpan.org/~drolsky/Moose-0.83/
A postmodern object system for Perl 5 
----
MooseX-NonMoose-0.04
http://search.cpan.org/~doy/MooseX-NonMoose-0.04/
easy subclassing of non-Moose classes 
----
MooseX-Types-0.13
http://search.cpan.org/~rkitover/MooseX-Types-0.13/
Organise your Moose types in libraries 
----
Net-Jabber-Bot-2.1.4
http://search.cpan.org/~toddr/Net-Jabber-Bot-2.1.4/
Automated Bot creation with safeties 
----
Net-ParSCP-0.13
http://search.cpan.org/~casiano/Net-ParSCP-0.13/
Secure transfer of files between clusters via SSH 
----
Net-ParSCP-0.14
http://search.cpan.org/~casiano/Net-ParSCP-0.14/
Secure transfer of files between clusters via SSH 
----
OP-0.301
http://search.cpan.org/~aayars/OP-0.301/
Compact Perl 5 class prototyping with object persistence 
----
Object-Simple-2.0010
http://search.cpan.org/~kimoto/Object-Simple-2.0010/
Light Weight Minimal Object System 
----
Padre-Plugin-Perl6-0.45
http://search.cpan.org/~azawawi/Padre-Plugin-Perl6-0.45/
Padre plugin for Perl6 
----
Parse-Stallion-1.00
http://search.cpan.org/~arthur/Parse-Stallion-1.00/
EBNF based regexp backtracking parser and tree evaluator. 
----
REST-Google-Apps-Provisioning-1.1.1
http://search.cpan.org/~sschneid/REST-Google-Apps-Provisioning-1.1.1/
A Perl library to Google's RESTful Apps API 
----
Religion-Bible-Regex-Builder-v0.96
http://search.cpan.org/~holmlund/Religion-Bible-Regex-Builder-v0.96/
builds regular expressions that match Bible References 
----
Religion-Bible-Regex-Config-v0.51
http://search.cpan.org/~holmlund/Religion-Bible-Regex-Config-v0.51/
Creates a configuration object for the Religion::Bible::Regex objects from a YAML file. 
----
Religion-Bible-Regex-Reference-v0.91
http://search.cpan.org/~holmlund/Religion-Bible-Regex-Reference-v0.91/
this Perl object represents a Biblical reference along with the functions that can be applied to it. 
----
SSH-Command-0.07
http://search.cpan.org/~nrg/SSH-Command-0.07/
interface to execute multiple commands on host by SSH protocol without certificates ( only login + password ) 
----
Smolder-1.40
http://search.cpan.org/~wonko/Smolder-1.40/
Web-based Continuous Integration Smoke Server 
----
Socket-Packet-0.01
http://search.cpan.org/~pevans/Socket-Packet-0.01/
interface to Linux's PF_PACKET socket family 
----
Test-Simple-0.89_01
http://search.cpan.org/~mschwern/Test-Simple-0.89_01/
Basic utilities for writing tests. 
----
TestML-0.03
http://search.cpan.org/~ingy/TestML-0.03/
A Generic Software Testing Meta Language 
----
WWW-Gazetteer-0.24
http://search.cpan.org/~lbrocard/WWW-Gazetteer-0.24/
Find location of world towns and cities 
----
WWW-Gazetteer-FallingRain-0.15
http://search.cpan.org/~lbrocard/WWW-Gazetteer-FallingRain-0.15/
Find location of world towns and cities 
----
WWW-Gazetteer-Getty-0.11
http://search.cpan.org/~lbrocard/WWW-Gazetteer-Getty-0.11/
Find location of world towns and cities 
----
XML-Atom-SimpleFeed-0.85
http://search.cpan.org/~aristotle/XML-Atom-SimpleFeed-0.85/
No-fuss generation of Atom syndication feeds 
----
XML-Atom-SimpleFeed-0.86
http://search.cpan.org/~aristotle/XML-Atom-SimpleFeed-0.86/
No-fuss generation of Atom syndication feeds 
----
XML-GenericJSON-0.01
http://search.cpan.org/~melonman/XML-GenericJSON-0.01/
for turning XML into JSON, preserving as much XMLness as possible. 
----
autovivification-0.03
http://search.cpan.org/~vpit/autovivification-0.03/
Lexically disable autovivification. 
----
latest-0.01
http://search.cpan.org/~andya/latest-0.01/
Use the latest Perl features 
----
latest-0.02
http://search.cpan.org/~andya/latest-0.02/
Use the latest Perl features 
----
sapnwrfc-0.27
http://search.cpan.org/~piers/sapnwrfc-0.27/
SAP Netweaver RFC support for Perl 
----
version-0.76_01
http://search.cpan.org/~jpeacock/version-0.76_01/
Perl extension for Version Objects 


If you're an author of one of these modules, please submit a detailed
announcement to comp.lang.perl.announce, and we'll pass it along.

This message was generated by a Perl program described in my Linux
Magazine column, which can be found on-line (along with more than
200 other freely available past column articles) at
  http://www.stonehenge.com/merlyn/LinuxMag/col82.html

print "Just another Perl hacker," # the original

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


------------------------------

Date: Tue, 23 Jun 2009 17:44:12 -0700 (PDT)
From: Syed Nida Manzar <syeda.nida.manzar@gmail.com>
Subject: Platinum
Message-Id: <e00251c4-37b7-497d-a065-4d0607b2721d@f19g2000yqo.googlegroups.com>

The Sony DAV-X1V Platinum DVD Dream System is an all-in-one

For More Details Visit:http://easyyelectronic.blogspot.com/2009/05/
sony-platinum-dvd-dream-system-dav-x1v.html


------------------------------

Date: Tue, 23 Jun 2009 11:17:02 -0500
From: Brandon Metcalf <brandon@geronimoa11oys.invalid>
Subject: Re: tracking database handles
Message-Id: <slrnh41st3.6il.brandon@cedar.geronimoalloys.com>

On 2009-06-23, Skye Shaw!@#$ <skye.shaw@gmail.com> wrote:
> On Jun 19, 10:17 am, Brandon Metcalf <bran...@geronimoa11oys.invalid>
> wrote:
>> > Why use a hash when you don't need hash lookups?
>>
>> > my @handles;
>> > push @handles, $dbh;
>> > foreach (@handles) {...}
>>
>> I'm using DBI->connect_cached(), so some of the handles will be the
>> same.  I don't want to call disconnect() multiple times on the same
>> handle.
>
> Why don't you just check the handle's active flag?
>
> sub close {
>   my $dbh = shift;
>   $dbh->disconnect if $dbh->{Active}
> }


I missed this in the documentation.  However, it seems that its
meaning isn't consistent.

-- 
Brandon


------------------------------

Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin) 
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>


Administrivia:

#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc.  For subscription or unsubscription requests, send
#the single line:
#
#	subscribe perl-users
#or:
#	unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.  

NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice. 

To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.

#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.

#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.


------------------------------
End of Perl-Users Digest V11 Issue 2490
***************************************


home help back first fref pref prev next nref lref last post