[30837] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 2082 Volume: 11

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sun Dec 28 03:09:47 2008

Date: Sun, 28 Dec 2008 00:09:09 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)

Perl-Users Digest           Sun, 28 Dec 2008     Volume: 11 Number: 2082

Today's topics:
    Re: Chart::Gnuplot problem (Vicky Conlan)
    Re: data access for a hash inside a Perl object <freesoft12@gmail.com>
    Re: data access for a hash inside a Perl object sln@netherlands.com
    Re: FAQ 3.22 How can I get "#!perl" to work on [MS-DOS, <tim@burlyhost.com>
    Re: FAQ 3.22 How can I get "#!perl" to work on [MS-DOS, <brian.d.foy@gmail.com>
    Re: FAQ 4.2 Why is int() broken? sln@netherlands.com
    Re: FAQ 4.2 Why is int() broken? sln@netherlands.com
    Re: FAQ 4.2 Why is int() broken? <bart.lateur@pandora.be>
        force recursive source filtering <andrex@deadspam.com>
    Re: force recursive source filtering <uri@stemsystems.com>
    Re: force recursive source filtering sln@netherlands.com
    Re: how to make exe app with Linux perl? sln@netherlands.com
        new CPAN modules on Sun Dec 28 2008 (Randal Schwartz)
    Re: Removing base64 from mbox formatted file. <tim@burlyhost.com>
        SUPRISE...! symbolsofpower@gmail.com
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Sat, 27 Dec 2008 22:54:15 +0000 (UTC)
From: comps@riffraff.plig.net (Vicky Conlan)
Subject: Re: Chart::Gnuplot problem
Message-Id: <gj6bmn$1tp5$1@magenta.plig.net>

According to <taiwai@gmail.com>:
>I read the discussion in another forum (http://www.1-script.com/forums/
>Chart-Gnuplot-problem-article104335--6.htm). I know that your system
>has two versions of Gnuplot installed. You can tell Chart::Gnuplot
>which one to use by the option "gnuplot", e.g.
>
>    $chart = Chart::Gnuplot->new(
>         gnuplot => "/usr/bin/gnuplot-4.2.3",
>         ......
>    );

Ah, excellent, I've not had a chance to look it up yet (away from work
for Christmas, etc) so you've saved me a job.

>The filename of the temp file (i.e. "/tmp/2sp97fafGp/plot") is saved
>in "$chart->{_script}". If you want to get the Gnuplot command file,
>you may copy "$chart->{_script}" to another file after "$chart->plot2d
>(...)".

Lovely.  Both replies to my desperation are now due a pint (redeemable if
I ever turn up at another LPM meet, or if anyone ever codes up "IOweYouA
Pint.com" :-D

Happy Christmas, etc.

-- 


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

Date: Sat, 27 Dec 2008 10:21:21 -0800 (PST)
From: "freesoft12@gmail.com" <freesoft12@gmail.com>
Subject: Re: data access for a hash inside a Perl object
Message-Id: <cb7ba39e-437d-43a3-8842-ddf031c6bbb8@i24g2000prf.googlegroups.com>

Hi Ted,

Can you pl provide some more info on how to implement '$obj-
>iterate_hash_values()'?

Your suggestion got me to think about creating a separate iterator
class that saves the state of the iteration. However, I am not sure
what/how to save the state between each hash table iteration? For an
array/list, I can save the current index being processed and increment
until the end of the list.

Regards
John


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

Date: Sun, 28 Dec 2008 00:25:33 GMT
From: sln@netherlands.com
Subject: Re: data access for a hash inside a Perl object
Message-Id: <t9hdl41mqj0e2sus6i2spjhj9on3ucjqie@4ax.com>

On Fri, 26 Dec 2008 22:29:17 -0800 (PST), "freesoft12@gmail.com" <freesoft12@gmail.com> wrote:

>Hi,
>
>Inside my Perl Object, I use a hash to store all the data.
>
>I want to access the data inside the hash using accessors. If I had an
>array, I would provided methods to return the size of the array and
>then a method for getting the i'th data i.e.
>
># $obj is an object of my class

Yes it is, try to print the object: print $obj,"\n";
What does it tell you?

>my $size = $obj->get_size_of_array();
>for ($i = 0; $i < $size; ++$i) {
>       my $value = $obj->get_value($i); # i would return array[$i]
>}
>
>How can I create accessors for the data inside a hash? Or can I return
>a constant reference to the hash (like in C++)?
>
>Regards
>John

You can return anything you want. Whats an accessor? Its a million dollar
word only used in beginner object oriented programming books.

"Get/Set" object oriented programming and accessors are an illusion,
even in C++...  void ** is real.

As far as OOP in Perl, you can put lipstick on a pig, but its still a pig.

sln



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

Date: Sat, 27 Dec 2008 09:29:40 -0800
From: Tim Greer <tim@burlyhost.com>
Subject: Re: FAQ 3.22 How can I get "#!perl" to work on [MS-DOS,NT,...]?
Message-Id: <9Ct5l.33161$sC4.22903@newsfe04.iad>

Jürgen Exner wrote:

> None of MS-DOS, Win95 or NT are playing any role in todays computing
> any longer. Suggest to replace those with Windows XP and Vista.

Technically, XP is NT 5.2 and Vista is NT 6.0 (whatever NT is supposed
to mean anymore).  They are built on the basis of NT's design, so NT is
still playing a role.  Sorry, couldn't help it. :-)
-- 
Tim Greer, CEO/Founder/CTO, BurlyHost.com, Inc.
Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers
and Custom Hosting.  24/7 support, 30 day guarantee, secure servers.
Industry's most experienced staff! -- Web Hosting With Muscle!


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

Date: Sat, 27 Dec 2008 12:02:54 -0800
From: brian d  foy <brian.d.foy@gmail.com>
Subject: Re: FAQ 3.22 How can I get "#!perl" to work on [MS-DOS,NT,...]?
Message-Id: <271220081202544522%brian.d.foy@gmail.com>

In article <d0gcl49jh0neadgr5n4hf4igqi1rict2nn@4ax.com>, Jürgen Exner
<jurgenex@hotmail.com> wrote:

> PerlFAQ Server <brian@stonehenge.com> wrote:
> [...]
> >3.22: How can I get "#!perl" to work on [MS-DOS,NT,...]?
> [...]
> >    The Win95/NT installation, when using the ActiveState port of Perl, will
> >    modify the Registry to associate the ".pl" extension with the perl
> >    interpreter. If you install another port, perhaps even building your own
> >    Win95/NT Perl from the standard sources by using a Windows port of gcc
> >    (e.g., with cygwin or mingw32), then you'll have to modify the Registry
> >    yourself. In addition to associating ".pl" with the interpreter, NT
> >    people can use: "SET PATHEXT=%PATHEXT%;.PL" to let them run the program
> >    "install-linux.pl" merely by typing "install-linux".
> 
> This part of the answer seems quite antiquated and is missing critical
> details.
> 
> None of MS-DOS, Win95 or NT are playing any role in todays computing any
> longer. Suggest to replace those with Windows XP and Vista. 

Send me the patch that includes the latest information. I'm not a
Windows person, so I don't track Windows stuff.


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

Date: Sat, 27 Dec 2008 22:12:01 GMT
From: sln@netherlands.com
Subject: Re: FAQ 4.2 Why is int() broken?
Message-Id: <s89dl45tdmru8gm652tia59innibh95s0d@4ax.com>

On Fri, 26 Dec 2008 08:44:56 -0600, Tad J McClellan <tadmc@seesig.invalid> wrote:

>Bart Lateur <bart.lateur@pandora.be> wrote:
>> PerlFAQ Server wrote:
>>
>>>4.2: Why is int() broken?
>>
>> Huh? Broken, how? "it doesn't work" is not a proper diagnosis,
>
>
>Yet Questions that are Asked Frequently *are* often improper diagnosis.
>
>
>> a title in the FAQ,
>
>
>If it is asked frequently, then it is a good title for a FAQ.
>
>If is is asked poorly, then it is still a good title for a FAQ.
>
>:-)

I guess we have to ask why is for() broken then. The list is endless.
At some point you have to assume little Johnny is going discover the
world beyond his navel. Its better to make an FAQ to the bigger
problem instead of the symptoms.

No, this is not a valid FAQ, far from it.

sln

----------------------------
use strict;
use warnings;

my $dbl;
for ($dbl = 2.0; $dbl <= 3.0; $dbl += .1) {
	print "$dbl\n";
}
if ($dbl == 3.0) {
	print "\$dbl is EQUAL to 3.0\n";
} else {
	if ($dbl > 3.0) {
		printf "\n\$dbl EQAULS %e\n",$dbl;
		print "\$dbl is NOT equal to 3.0 !!\n\nNew FAQ:  Why is for() broken?\n";
	}
}
__END__

2
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9

$dbl EQAULS 3.000000e+000
$dbl is NOT equal to 3.0 !!

New FAQ:  Why is for() broken?





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

Date: Sat, 27 Dec 2008 22:27:32 GMT
From: sln@netherlands.com
Subject: Re: FAQ 4.2 Why is int() broken?
Message-Id: <oradl49mmbt4vb2hnask3em24qh9npudup@4ax.com>

On Sat, 27 Dec 2008 12:03:44 +0100, "Peter J. Holzer" <hjp-usenet2@hjp.at> wrote:

>On 2008-12-26 12:57, Bart Lateur <bart.lateur@pandora.be> wrote:
>> PerlFAQ Server wrote:
>>
>>>4.2: Why is int() broken?
>>
>> Huh? Broken, how? 
>
>Please read the first sentence of the answer.
>
>	hp

"most probably" he didn't read these two words.

sln


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

Date: Sun, 28 Dec 2008 02:07:46 +0100
From: Bart Lateur <bart.lateur@pandora.be>
Subject: Re: FAQ 4.2 Why is int() broken?
Message-Id: <50kdl49e8c2fsir9e7a8m9o5uuedvhrbn3@4ax.com>

Peter J. Holzer wrote:

>On 2008-12-26 12:57, Bart Lateur <bart.lateur@pandora.be> wrote:
>> PerlFAQ Server wrote:
>>
>>>4.2: Why is int() broken?
>>
>> Huh? Broken, how? 
>
>Please read the first sentence of the answer.
>
>	hp

Please do. In the overview of the questions. Where the answers are
missing. For example, top of the page at
<http://perldoc.perl.org/perlfaq4.html>.

My complaint is that the *question* is meaningless.

-- 
	Bart.


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

Date: Sun, 28 Dec 2008 05:55:38 GMT
From: Andrew Schulman <andrex@deadspam.com>
Subject: force recursive source filtering
Message-Id: <c55el4hni91ji4th39lmeld7a4p6gp4phd@4ax.com>

I want to apply a source filter, via say Filter::Simple, not just to a
particular source file, but to all of the source files that it may do, require,
or use.  E.g., if I've built a source filter in mySourceFilter, then in

use mySourceFilter;
use custommodule;
print ...

the code that resides in the above source file will be filtered, but the code
that it reads in from custommodule.pm will not.  This is what
http://perldoc.perl.org/perlfilter.html says, and my observation confirms it.

What I want is to modify the do, require, and use statements to automatically
apply mySourceFilter to every file they load.  But I don't know how.

Anyone done this?  Suggestions?
Thanks,
Andrew.

--
To reply by email, change "deadspam.com" to "alumni.utexas.net"

--
To reply by email, change "deadspam.com" to "alumni.utexas.net"


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

Date: Sun, 28 Dec 2008 01:03:57 -0500
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: force recursive source filtering
Message-Id: <x7wsdkq1iq.fsf@stemsystems.com>

>>>>> "AS" == Andrew Schulman <andrex@deadspam.com> writes:

  AS> I want to apply a source filter, via say Filter::Simple, not just
  AS> to a particular source file, but to all of the source files that
  AS> it may do, require, or use.  E.g., if I've built a source filter
  AS> in mySourceFilter, then in

  AS> use mySourceFilter;
  AS> use custommodule;
  AS> print ...

  AS> the code that resides in the above source file will be filtered,
  AS> but the code that it reads in from custommodule.pm will not.  This
  AS> is what http://perldoc.perl.org/perlfilter.html says, and my
  AS> observation confirms it.

  AS> What I want is to modify the do, require, and use statements to
  AS> automatically apply mySourceFilter to every file they load.  But I
  AS> don't know how.

did you know that source filtering is considered very evil in the perl
community? the main reason is that it can break code easily since it
doesn't properly (and nothing but perl can parse perl) parse the
code. perl syntax can change when you use certain modules (many examples
of this exist) and filtering won't know that and can wreak havoc.

so the big question is why do you want to do any source filtering and
even worse, do it for all loaded modules? there may be tricky ways to
filter all modules but i won't even touch that yet. i sense you have
found this neat little tool and think it will solve all your coding
problems. instead it will likely cause you much pain.

uri

-- 
Uri Guttman  ------  uri@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------


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

Date: Sun, 28 Dec 2008 06:17:21 GMT
From: sln@netherlands.com
Subject: Re: force recursive source filtering
Message-Id: <8d6el4tn3nd9l6l3qt0eholp2lo650q60o@4ax.com>

On Sun, 28 Dec 2008 05:55:38 GMT, Andrew Schulman <andrex@deadspam.com> wrote:

>I want to apply a source filter, via say Filter::Simple, not just to a
>particular source file, but to all of the source files that it may do, require,
>or use.  E.g., if I've built a source filter in mySourceFilter, then in
>
>use mySourceFilter;
>use custommodule;
>print ...
>
>the code that resides in the above source file will be filtered, but the code
>that it reads in from custommodule.pm will not.  This is what
>http://perldoc.perl.org/perlfilter.html says, and my observation confirms it.
>
>What I want is to modify the do, require, and use statements to automatically
>apply mySourceFilter to every file they load.  But I don't know how.
>
>Anyone done this?  Suggestions?
>Thanks,
>Andrew.
>
>--
>To reply by email, change "deadspam.com" to "alumni.utexas.net"

Hey, wave a magic wand, say presto chango, get magically transformed,
polymorphic code.

sln



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

Date: Sun, 28 Dec 2008 02:13:55 GMT
From: sln@netherlands.com
Subject: Re: how to make exe app with Linux perl?
Message-Id: <a2odl4l1eblt1p4bo0v2kl9uk8ilujr9j5@4ax.com>

On Sat, 27 Dec 2008 01:18:33 +0100, "Pero" <zeljkarosenthal@optinet.hr> wrote:

>how to make exe app with Linux perl?
>
You CAN! Search for Perl 2 Exe or keywords "Perl executable" for others.
It takes your script with some crap header references on the top, and imbedds
Perl the spits out a fine executable you can take and run on machines without
perl. Ain't that nice?

sln



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

Date: Sun, 28 Dec 2008 05:42:25 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Sun Dec 28 2008
Message-Id: <KCKnup.5nq@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.

Alien-Judy-0.07
http://search.cpan.org/~jjore/Alien-Judy-0.07/
A wrapper for installing the Judy library 
----
Begin-0.01
http://search.cpan.org/~salva/Begin-0.01/
Run arbitrary code before your script starts 
----
CLI-Application-0.03
http://search.cpan.org/~jkramer/CLI-Application-0.03/
(not yet) extensible CLI application framework 
----
CMS-Joomla-0.03
http://search.cpan.org/~epipe/CMS-Joomla-0.03/
Joomla! CMS configuration and database access Perl module 
----
Catalyst-Plugin-HashedCookies-1.03
http://search.cpan.org/~oliver/Catalyst-Plugin-HashedCookies-1.03/
Tamper-resistant HTTP Cookies 
----
Config-IniFiles-2.45
http://search.cpan.org/~shlomif/Config-IniFiles-2.45/
A module for reading .ini-style configuration files. 
----
Convert-Color-IRC-0.04
http://search.cpan.org/~wolfman/Convert-Color-IRC-0.04/
Convert IRC colors to names or rgb hex codes. 
----
DB-CouchDB-Schema-0.3.04_remove_blib
http://search.cpan.org/~zaphar/DB-CouchDB-Schema-0.3.04_remove_blib/
A Schema driven CouchDB module 
----
Data-ParseBinary-0.12
http://search.cpan.org/~semuelf/Data-ParseBinary-0.12/
Yet Another parser for binary structures 
----
GPS-Point-Cluster-0.04
http://search.cpan.org/~mrdvt/GPS-Point-Cluster-0.04/
Groups GPS Points in to clusters 
----
Games-Framework-RCP-0.01_01
http://search.cpan.org/~wolfman/Games-Framework-RCP-0.01_01/
Final Fantasy Tactics based battle system. 
----
Games-Framework-RCP-0.01_02
http://search.cpan.org/~wolfman/Games-Framework-RCP-0.01_02/
Final Fantasy Tactics based battle system. 
----
Graph-0.89
http://search.cpan.org/~jhi/Graph-0.89/
graph data structures and algorithms 
----
Inline-Wrapper-0.01
http://search.cpan.org/~infidel/Inline-Wrapper-0.01/
Convenient module wrapper/loader routines for Inline.pm 
----
Inline-Wrapper-0.02
http://search.cpan.org/~infidel/Inline-Wrapper-0.02/
Convenient module wrapper/loader routines for Inline.pm 
----
Inline-Wrapper-0.03
http://search.cpan.org/~infidel/Inline-Wrapper-0.03/
Convenient module wrapper/loader routines for Inline.pm 
----
Judy-0.09
http://search.cpan.org/~jjore/Judy-0.09/
Library for creating and accessing dynamic arrays 
----
Judy-0.10
http://search.cpan.org/~jjore/Judy-0.10/
Library for creating and accessing dynamic arrays 
----
KiokuDB-0.14
http://search.cpan.org/~nuffin/KiokuDB-0.14/
Object Graph storage engine 
----
KiokuDB-0.15
http://search.cpan.org/~nuffin/KiokuDB-0.15/
Object Graph storage engine 
----
LARC-DB-0.0.0
http://search.cpan.org/~vvelox/LARC-DB-0.0.0/
Provides a methode for storing SQLite DBs in a pleasantly organized manner. 
----
Log-Dispatch-Configurator-Any-1.0003
http://search.cpan.org/~oliver/Log-Dispatch-Configurator-Any-1.0003/
Configurator implementation with Config::Any 
----
Log-Dispatchouli-1.002
http://search.cpan.org/~rjbs/Log-Dispatchouli-1.002/
a simple wrapper around Log::Dispatch 
----
Lux-IO-0.01
http://search.cpan.org/~kentaro/Lux-IO-0.01/
A Perl Interface to Lux IO 
----
Lux-IO-0.02
http://search.cpan.org/~kentaro/Lux-IO-0.02/
A Perl Interface to Lux IO 
----
Lux-IO-0.03
http://search.cpan.org/~kentaro/Lux-IO-0.03/
A Perl Interface to Lux IO 
----
Markapl-FromHTML-0.02
http://search.cpan.org/~gugod/Markapl-FromHTML-0.02/
Convert HTML to Markapl Perl code. 
----
Markapl-FromHTML-0.03
http://search.cpan.org/~gugod/Markapl-FromHTML-0.03/
Convert HTML to Markapl Perl code. 
----
Math-Complex-1.55
http://search.cpan.org/~jhi/Math-Complex-1.55/
complex numbers and associated mathematical functions 
----
Net-INET6Glue-0.2
http://search.cpan.org/~sullr/Net-INET6Glue-0.2/
Make common modules IPv6 ready by hotpatching 
----
PDF-Reuse-Barcode-0.06
http://search.cpan.org/~larslund/PDF-Reuse-Barcode-0.06/
Create barcodes for PDF documents with PDF::Reuse 
----
POE-Component-PubSub-0.01
http://search.cpan.org/~nperez/POE-Component-PubSub-0.01/
A generic publish/subscribe POE::Component that enables POE::Sessions to publish events to which other POE::Sessions may subscribe. 
----
PPM-Make-0.96
http://search.cpan.org/~rkobes/PPM-Make-0.96/
Make a ppm package from a CPAN distribution 
----
Parallel-Depend-3.03
http://search.cpan.org/~lembark/Parallel-Depend-3.03/
----
Perlwikipedia-1.5.2
http://search.cpan.org/~dcollins/Perlwikipedia-1.5.2/
a Wikipedia bot framework written in Perl 
----
Perlwikipedia-Plugin-ImageTester-0.1.0
http://search.cpan.org/~dcollins/Perlwikipedia-Plugin-ImageTester-0.1.0/
----
Perlwikipedia-Plugin-ImageTester-0.1.1
http://search.cpan.org/~dcollins/Perlwikipedia-Plugin-ImageTester-0.1.1/
----
Perlwikipedia-Plugin-ImageTester-0.1.2
http://search.cpan.org/~dcollins/Perlwikipedia-Plugin-ImageTester-0.1.2/
a plugin for Perlwikipedia which contains image copyright checking and analysis for the english wikipedia 
----
Simo-0.0202
http://search.cpan.org/~kimoto/Simo-0.0202/
Very simple framework for Object Oriented Perl. 
----
URI-ParseSearchString-2.9
http://search.cpan.org/~sden/URI-ParseSearchString-2.9/
parse search engine referrer URLs and extract keywords used 
----
WebService-TWFY-API-0.03
http://search.cpan.org/~sden/WebService-TWFY-API-0.03/
API interface for TheyWorkForYou.com 
----
YAML-Perl-0.01_01
http://search.cpan.org/~ingy/YAML-Perl-0.01_01/
Pure Perl Port of PyYAML 


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: Sat, 27 Dec 2008 09:22:51 -0800
From: Tim Greer <tim@burlyhost.com>
Subject: Re: Removing base64 from mbox formatted file.
Message-Id: <Mvt5l.25844$wV2.22465@newsfe07.iad>

me at wrote:

> perl -n -i -e 'printf unless /^[Cc]ontent-[Tt]ransfer-[Ee]ncoding/ ..
> /^------_=_/' mbox/inbox
> 
> Are the brackets [Cc] ok in perl, it seems to work?

Yes, they serve the exact purpose you might be used to in some other
languages. I.e., [Cc] in a regular expression will either match an
upper case or lower case 'c'.
-- 
Tim Greer, CEO/Founder/CTO, BurlyHost.com, Inc.
Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers
and Custom Hosting.  24/7 support, 30 day guarantee, secure servers.
Industry's most experienced staff! -- Web Hosting With Muscle!


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

Date: Sat, 27 Dec 2008 19:04:50 -0800 (PST)
From: symbolsofpower@gmail.com
Subject: SUPRISE...!
Message-Id: <edfc86de-a17d-4e73-b50d-c67f28ec8ea4@b38g2000prf.googlegroups.com>

adscompany.blogspot.com


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

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 2082
***************************************


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