[30455] in Perl-Users-Digest
Perl-Users Digest, Issue: 1698 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Jul 8 03:09:50 2008
Date: Tue, 8 Jul 2008 00:09:14 -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 Tue, 8 Jul 2008 Volume: 11 Number: 1698
Today's topics:
Compiled perl executable owinsloe@gmail.com
Re: Compiled perl executable <ben@morrow.me.uk>
Re: Compiled perl executable pilcrow@pp.info
Re: FAQ 1.12 What's the difference between "perl" and " <gvinalcde@gmail.com>
Re: FAQ 1.4 What are Perl 4, Perl 5, or Perl 6? <joost@zeekat.nl>
Re: FAQ 1.4 What are Perl 4, Perl 5, or Perl 6? <uri@stemsystems.com>
Re: FAQ 1.4 What are Perl 4, Perl 5, or Perl 6? <spamtrap@dot-app.org>
Re: I hate CGI.pm <doom@kzsu.stanford.edu>
Re: I hate CGI.pm <spamtrap@dot-app.org>
Re: Lingua::Slavic::Numbers <tzz@lifelogs.com>
new CPAN modules on Tue Jul 8 2008 (Randal Schwartz)
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Mon, 7 Jul 2008 19:52:20 -0700 (PDT)
From: owinsloe@gmail.com
Subject: Compiled perl executable
Message-Id: <fc13fc89-a4e9-4e7b-b5f1-919063649987@r66g2000hsg.googlegroups.com>
Anyone else noticed on Windows that when you run a compiled perl
script (compiled using pp) it causes TWO copies of the executable to
run? I'm running perl5.8.8 and previously perl5.8.6. A compile of the
same script in 5.8.6 only runs one copy. I want to revert to only one
copy, ....2 copies looks ugly and can be confusing as to whats going
on (through Windows task manager), especially if you are running
multiple instances of the same executable. Ta
------------------------------
Date: Tue, 8 Jul 2008 04:09:06 +0100
From: Ben Morrow <ben@morrow.me.uk>
Subject: Re: Compiled perl executable
Message-Id: <ib2bk5-95g.ln1@osiris.mauzo.dyndns.org>
Quoth owinsloe@gmail.com:
> Anyone else noticed on Windows that when you run a compiled perl
> script (compiled using pp) it causes TWO copies of the executable to
> run? I'm running perl5.8.8 and previously perl5.8.6. A compile of the
> same script in 5.8.6 only runs one copy. I want to revert to only one
> copy, ....2 copies looks ugly and can be confusing as to whats going
> on (through Windows task manager), especially if you are running
> multiple instances of the same executable. Ta
If you use Sysinternals' procexp.exe instead of Task Manager, you will
see that one is the child of the other: the parent is the instance you
started, and the child is a new copy that has been created in the par-
xxxx temp directory and is the one actually doing all the work. I don't
really know why this is necessary, but it's probably part of getting
Windows' dll loader to do the right thing.
Ben
--
It will be seen that the Erwhonians are a meek and long-suffering people,
easily led by the nose, and quick to offer up common sense at the shrine of
logic, when a philosopher convinces them that their institutions are not based
on the strictest morality. [Samuel Butler, paraphrased] ben@morrow.me.uk
------------------------------
Date: Mon, 07 Jul 2008 22:38:20 -0700
From: pilcrow@pp.info
Subject: Re: Compiled perl executable
Message-Id: <f8v5745eisfs7kojqc7nk5jaajchrv8jja@4ax.com>
On Tue, 8 Jul 2008 04:09:06 +0100, Ben Morrow <ben@morrow.me.uk> wrote:
>
>Quoth owinsloe@gmail.com:
>> Anyone else noticed on Windows that when you run a compiled perl
>> script (compiled using pp) it causes TWO copies of the executable to
>> run? I'm running perl5.8.8 and previously perl5.8.6. A compile of the
>> same script in 5.8.6 only runs one copy. I want to revert to only one
>> copy, ....2 copies looks ugly and can be confusing as to whats going
>> on (through Windows task manager), especially if you are running
>> multiple instances of the same executable. Ta
>
>If you use Sysinternals' procexp.exe instead of Task Manager, you will
>see that one is the child of the other: the parent is the instance you
>started, and the child is a new copy that has been created in the par-
>xxxx temp directory and is the one actually doing all the work. I don't
>really know why this is necessary, but it's probably part of getting
>Windows' dll loader to do the right thing.
>
>Ben
Excuse me, gents. What is 'pp'?
------------------------------
Date: Mon, 7 Jul 2008 13:53:47 -0700
From: "Gordon Corbin Etly" <gvinalcde@gmail.com>
Subject: Re: FAQ 1.12 What's the difference between "perl" and "Perl"?
Message-Id: <6dfe2tF27ogfU1@mid.individual.net>
PerlFAQ Server wrote:
> --------------------------------------------------------------------
>
> 1.12: What's the difference between "perl" and "Perl"?
>
...
> You may or may not choose to follow this usage. For example,
> parallelism means "awk and perl" and "Python and Perl" look good,
> while "awk and Perl" and "Python and perl" do not. But never write
> "PERL", because perl is not an acronym, apocryphal folklore and
> post-facto expansions notwithstanding.
Perhaps this needs to be amended based on the following:
< http://tinyurl.com/6joyuz > <1>
Linux Magazine, Friday, October 15th, 1999, by Larry Wall:
" Anyway, I did some sneaky things to make sure Perl developed a healthy
" culture. While we took ourselves very seriously in some ways, we also
" tried to laugh at ourselves occasionally. Perl not only stands for the
" Practical Extraction and Report Language, but it also stands for the
" Pathologically Eclectic Rubbish Lister.
This is from Larry's own words, and as such, it is perfect reasonable to
describe "perl" or "Perl" as "Practical Extraction and Report Language",
which, when compressed, becomes "PERL". I therefore put forth that this
FAQ is incorrect in saying "never write 'PERL'", as it is contradicted
by the words of Larry Wall him self, "Perl not only stands for the
Practical Extraction and Report Language, Pathologically Eclectic
Rubbish Lister", and "PERL" therefore a synonym for either of those two
expansions. Whether or not it's a "true acronym" or a "backronym", is
beside the point.
<1>
http://209.85.141.104/search?q=cache:lk3LdszM5mgJ:www.linux-mag.com/id/322+larry+wall+%22%22Practical+Extraction+and+Report+Language%22&hl=en&ct=clnk&cd=38&gl=us
--
Gordon C. Etly
Email: perl -e "print q{}.reverse(q{moc.liamg@ylte.nodrog})"
------------------------------
Date: Mon, 07 Jul 2008 22:16:15 +0200
From: Joost Diepenmaat <joost@zeekat.nl>
Subject: Re: FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
Message-Id: <87ej655u28.fsf@zeekat.nl>
Charlton Wilbur <cwilbur@chromatico.net> writes:
>>>>>> "JD" == Joost Diepenmaat <joost@zeekat.nl> writes:
>
> JD> Exactly what this means in the long run I don't know. But if I
> JD> had to guess I wouldn't bet on either Java or Perl as the way to
> JD> get well-paying interesting jobs.
>
> Networking with competent technical people is the way to get interesting
> jobs that pay well -- it happens independently of the technology.
Sure. Though it does help to already have a couple of languages in
your tool box.
> Running your own company is the best way to get an interesting job,
> although paying well consistently is not guaranteed.
I like being a freelance developer; it does pay a bit more than a
"steady" job, and as you say, it's definitely a good way to get
interesting jobs - if only because you can refuse uninteresting /
frustrating jobs and clients.
> JD> And if you want to keep working as a developer, binding yourself
> JD> to a single language is probably not a good idea anyway (if only
> JD> because doing multiple interesting languages is a good way to
> JD> get better as a developer).
>
> From a professional point of view, though, I think you have to have some
> level of specialization. You can't be equally good at everything, and
> so you need to choose an area to focus on. In my case, I've focused on
> Perl and open source technologies to the almost complete exclusion of
> Java, mainly because I found that the slightest hint of Java on my
> resume got me attention from a lot of recruiters pushing jobs that I had
> no interest in.
Hah. Yeah. I made the decision to not take on any more java jobs a few
years ago, partly because of the annoying recruiters and boring
assignment, and partly because I really think Perl is a much better
fit for almost all the jobs I got. But I don't want to be limited to
perl exclusively, so I do some Ruby and PHP stuff, quite a lot of
javascript and I'm messing about with Lisp and reading up on Erlang.
That's not to say I'm completely unspecialized; as you may suspect
from the languages I mentioned, I mainly do web apps based on open
source techniques. But it IME it pays to have some (or more)
experience in the whole chain from webserver to client (not just "my
area of expertise in this big product") and to step completely out of
your specialisation once in a while. I've been working on a linux
"appliance" lately. Quite different from my usual stuff, but it keeps
you fresh.
--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
------------------------------
Date: Mon, 07 Jul 2008 20:30:54 GMT
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
Message-Id: <x73aml1loh.fsf@mail.sysarch.com>
>>>>> "SP" == Sherman Pendley <spamtrap@dot-app.org> writes:
SP> Charlton Wilbur <cwilbur@chromatico.net> writes:
>> I've worked for three different companies in the past five or six years
>> that wanted to hire more Perl people but couldn't find any.
SP> Do you know anyone who's willing to pay for relocation to Boston? I'd
SP> love to get back up to Beantown. I'm stuck in the sticks right now,
SP> and it's a chicken-n-egg situation. Moving takes money, but I have to
SP> move to make any. :-(
i hate to reply to the group but i have such information.
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: Mon, 07 Jul 2008 17:46:17 -0400
From: Sherman Pendley <spamtrap@dot-app.org>
Subject: Re: FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
Message-Id: <m18wwdl652.fsf@dot-app.org>
Uri Guttman <uri@stemsystems.com> writes:
>>>>>> "SP" == Sherman Pendley <spamtrap@dot-app.org> writes:
>
> SP> Charlton Wilbur <cwilbur@chromatico.net> writes:
> >> I've worked for three different companies in the past five or six years
> >> that wanted to hire more Perl people but couldn't find any.
>
> SP> Do you know anyone who's willing to pay for relocation to Boston? I'd
> SP> love to get back up to Beantown. I'm stuck in the sticks right now,
> SP> and it's a chicken-n-egg situation. Moving takes money, but I have to
> SP> move to make any. :-(
>
> i hate to reply to the group but i have such information.
Sorry, my bad - I should have mentioned, any email at the above domain
will reach me, and my "main" address is sherm <at> dot-app.org. I'd
appreciate any pointers you might have.
sherm--
--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
------------------------------
Date: Mon, 07 Jul 2008 19:54:15 -0700
From: Joseph Brenner <doom@kzsu.stanford.edu>
Subject: Re: I hate CGI.pm
Message-Id: <873aml6q7c.fsf@kzsu.stanford.edu>
Charlton Wilbur <cwilbur@chromatico.net> writes:
> I find that CGI.pm has a lot of extra baggage that I don't usually
> need -- largely, the convenience methods for producing HTML, which are
> just as hard to get right as actual HTML and one step removed from the
> problem -- but I use it in preference to handrolling code.
The advantage would be that a missing closing tag becomes a perl
syntax error, and is caught by the compiler.
But that doesn't get you the separation of code and content that's the
modern style for web apps.
In general, CGI.pm seems both old-fashioned and bloated. It
probably should've been "deprecated" some time ago...
------------------------------
Date: Tue, 08 Jul 2008 00:53:43 -0400
From: Sherman Pendley <spamtrap@dot-app.org>
Subject: Re: I hate CGI.pm
Message-Id: <m11w25ht7s.fsf@dot-app.org>
Joseph Brenner <doom@kzsu.stanford.edu> writes:
> Charlton Wilbur <cwilbur@chromatico.net> writes:
>> I find that CGI.pm has a lot of extra baggage that I don't usually
>> need -- largely, the convenience methods for producing HTML, which are
>> just as hard to get right as actual HTML and one step removed from the
>> problem -- but I use it in preference to handrolling code.
>
> The advantage would be that a missing closing tag becomes a perl
> syntax error, and is caught by the compiler.
That's not much of an advantage, IMNSHO - not enough to compensate for
the lack of separation you mention in your second point:
> But that doesn't get you the separation of code and content that's the
> modern style for web apps.
Indeed.
> In general, CGI.pm seems both old-fashioned and bloated. It
I think that the bloat is actually much less than many people think it
is. The HTML generation methods are autoloaded, so they literally
don't exist until you call them. So unless you're actually using them,
the memory footprint and startup time of a CGI is pretty much the same
as it would be if they weren't available.
> probably should've been "deprecated" some time ago...
While it hasn't been formally deprecated or removed from the core set
of modules, I think CGI.pm's use has been declining for quite some
time now, along with the use of external one-shot CGI apps. Nowadays,
most of the "serious" use of Perl on the web is done in a persistent
environment such as mod_perl or FastCGI.
sherm--
--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
------------------------------
Date: Mon, 07 Jul 2008 15:51:02 -0500
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: Lingua::Slavic::Numbers
Message-Id: <863amlfmfd.fsf@lifelogs.com>
On Mon, 7 Jul 2008 22:14:32 +0300 Burak Gürsoy <burakgursoy@gmx.net> wrote:
BG> I've just released 0.21 which has locale support (although it can be a
BG> little experimental)
BG> use Lingua::Any::Numbers 0.21 qw(:std +locale);
BG> print to_string(45);
BG> or
BG> use Lingua::Any::Numbers 0.21 qw(:std);
BG> print to_string(45,'locale');
BG> however, you still have to manually install other Lingua::*::Numbers (other
BG> than "EN") to get a meaningful interface.
Thank you, I'm reporting this back to comp.lang.perl.misc as promised.
>> % LANG=bg_BG.utf8 date
>> вт юни 24 14:41:09 CDT 2008
BG> Also, the overall interface will be limited with the availability of the
BG> language specific module. For example, there is no such module named
BG> Lingua::BG::Numbers AFAIK.
I'm trying to bundle Lingua::BG::Numbers with Lingua::Slavic::Numbers
and it's not working. I asked on comp.lang.perl.modules but haven't had
any luck yet. The module is written, though.
Thanks
Ted
------------------------------
Date: Tue, 8 Jul 2008 04:42:20 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Tue Jul 8 2008
Message-Id: <K3o7qK.1Dtw@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.
ASNMTAP-3.000018
http://search.cpan.org/~asnmtap/ASNMTAP-3.000018/
----
Acme-Maybe-0.02
http://search.cpan.org/~maxa/Acme-Maybe-0.02/
Take away the pain of decision-making!
----
Algorithm-ClusterPoints-0.04
http://search.cpan.org/~salva/Algorithm-ClusterPoints-0.04/
find clusters inside a set of points
----
Algorithm-ClusterPoints-0.06
http://search.cpan.org/~salva/Algorithm-ClusterPoints-0.06/
find clusters inside a set of points
----
App-Open-0.0.2
http://search.cpan.org/~erikh/App-Open-0.0.2/
Library to drive the 'openit' command line tool
----
Bot-BasicBot-Pluggable-Module-Message-0.01
http://search.cpan.org/~gryphon/Bot-BasicBot-Pluggable-Module-Message-0.01/
Echo Twitter comments
----
Bot-BasicBot-Pluggable-Module-TwitterFriendsStatus-0.1
http://search.cpan.org/~gryphon/Bot-BasicBot-Pluggable-Module-TwitterFriendsStatus-0.1/
Echo Twitter comments
----
Business-OnlinePayment-Vanco-0.02
http://search.cpan.org/~jef/Business-OnlinePayment-Vanco-0.02/
Vanco Services backend for Business::OnlinePayment
----
CGI-Session-4.33
http://search.cpan.org/~markstos/CGI-Session-4.33/
persistent session data in CGI applications
----
Cache-CacheFactory-1.04_01
http://search.cpan.org/~sgraham/Cache-CacheFactory-1.04_01/
factory class for Cache::Cache and other modules.
----
Class-Declare-0.11
http://search.cpan.org/~ibb/Class-Declare-0.11/
Declare classes with public, private and protected attributes and methods.
----
Class-Declare-0.12
http://search.cpan.org/~ibb/Class-Declare-0.12/
Declare classes with public, private and protected attributes and methods.
----
Class-MOP-0.63
http://search.cpan.org/~sartak/Class-MOP-0.63/
A Meta Object Protocol for Perl 5
----
Convert-IBM390-0.25
http://search.cpan.org/~grommel/Convert-IBM390-0.25/
functions for manipulating mainframe data
----
Crypt-AppleTwoFish-0.051
http://search.cpan.org/~billh/Crypt-AppleTwoFish-0.051/
two Apple iTMS/iTunes key descrambling algorithms
----
Crypt-RSA-1.97
http://search.cpan.org/~vipul/Crypt-RSA-1.97/
RSA public-key cryptosystem.
----
DBICx-TestDatabase-0.02
http://search.cpan.org/~jrockway/DBICx-TestDatabase-0.02/
create a temporary database from a DBIx::Class::Schema
----
DBIx-Admin-BackupRestore-1.12
http://search.cpan.org/~rsavage/DBIx-Admin-BackupRestore-1.12/
Backup all tables in a database to XML, and restore them
----
Deliantra-1.2
http://search.cpan.org/~mlehmann/Deliantra-1.2/
Deliantra suppport module to read/write archetypes, maps etc.
----
Deliantra-Client-0.9973
http://search.cpan.org/~mlehmann/Deliantra-Client-0.9973/
----
Devel-CallTrace-1.2
http://search.cpan.org/~jesse/Devel-CallTrace-1.2/
See what your code's doing
----
File-VirusScan-0.100_01
http://search.cpan.org/~doneill/File-VirusScan-0.100_01/
Unified interface for virus scanning of files/directories
----
Filter-Crypto-1.21
http://search.cpan.org/~shay/Filter-Crypto-1.21/
Create runnable Perl files encrypted with OpenSSL libcrypto
----
Git-FastExport-0.03
http://search.cpan.org/~book/Git-FastExport-0.03/
A module to parse the output of git-fast-export
----
IO-Plumbing-0.04
http://search.cpan.org/~samv/IO-Plumbing-0.04/
pluggable, lazy access to system commands
----
IO-Plumbing-0.05
http://search.cpan.org/~samv/IO-Plumbing-0.05/
pluggable, lazy access to system commands
----
IO-Plumbing-0.06
http://search.cpan.org/~samv/IO-Plumbing-0.06/
pluggable, lazy access to system commands
----
LWP-Online-1.07
http://search.cpan.org/~adamk/LWP-Online-1.07/
Does your process have access to the web
----
Lingua-Any-Numbers-0.21
http://search.cpan.org/~burak/Lingua-Any-Numbers-0.21/
Converts numbers into (any available language) string.
----
Lingua-Any-Numbers-0.22
http://search.cpan.org/~burak/Lingua-Any-Numbers-0.22/
Converts numbers into (any available language) string.
----
Log-Fine-0.20
http://search.cpan.org/~cfuhrman/Log-Fine-0.20/
Yet another logging framework
----
MIDI-XML-0.03
http://search.cpan.org/~bmames/MIDI-XML-0.03/
Module for representing MIDI-XML objects.
----
MOBY-1.05
http://search.cpan.org/~ekawas/MOBY-1.05/
API for hosting and/or communicating with a MOBY Central registry
----
Module-Used-v1.1.0
http://search.cpan.org/~elliotjs/Module-Used-v1.1.0/
Find modules loaded by Perl code without running it.
----
MooseX-AttributeDefaults-0.01
http://search.cpan.org/~frodwith/MooseX-AttributeDefaults-0.01/
Role to provide default option for your attribute metaclasses
----
Mozilla-ConsoleService-0.05
http://search.cpan.org/~bosu/Mozilla-ConsoleService-0.05/
Perl interface to Mozilla nsIConsoleService
----
Mozilla-Mechanize-GUITester-0.15
http://search.cpan.org/~bosu/Mozilla-Mechanize-GUITester-0.15/
enhances Mozilla::Mechanize with GUI testing.
----
Mvalve-0.00005
http://search.cpan.org/~dmaki/Mvalve-0.00005/
Generic Q4M Powered Message Pipe
----
Net-BitTorrent-0.025_005
http://search.cpan.org/~sanko/Net-BitTorrent-0.025_005/
BitTorrent peer-to-peer protocol class
----
Net-IMAP-Server-0.9
http://search.cpan.org/~alexmv/Net-IMAP-Server-0.9/
A single-threaded multiplexing IMAP server implementation, using Net::Server::Coro.
----
POE-XS-Loop-Poll-0.005
http://search.cpan.org/~tonyc/POE-XS-Loop-Poll-0.005/
an XS implementation of POE::Loop, using poll(2).
----
Pg-Loader-0.01
http://search.cpan.org/~ioannis/Pg-Loader-0.01/
Perl extension for loading Postgres tables
----
Pg-Loader-0.02
http://search.cpan.org/~ioannis/Pg-Loader-0.02/
Perl extension for loading Postgres tables
----
Pg-Loader-0.03
http://search.cpan.org/~ioannis/Pg-Loader-0.03/
Perl extension for loading Postgres tables
----
Queue-Q4M-0.00006
http://search.cpan.org/~dmaki/Queue-Q4M-0.00006/
Simple Interface To q4m
----
RDF-Simple-Serialiser-Notation3-1.009
http://search.cpan.org/~mthurn/RDF-Simple-Serialiser-Notation3-1.009/
Output RDF triples in Notation3 format
----
Regexp-Subst-NoRegex-0.02
http://search.cpan.org/~bkb/Regexp-Subst-NoRegex-0.02/
emulate s/// using s/\Q// or substr
----
SQL-Abstract-1.23
http://search.cpan.org/~nwiger/SQL-Abstract-1.23/
Generate SQL from Perl data structures
----
SVN-Class-0.08_02
http://search.cpan.org/~karman/SVN-Class-0.08_02/
manipulate Subversion workspaces with Perl objects
----
WWW-Mixi-Scraper-0.15
http://search.cpan.org/~ishigaki/WWW-Mixi-Scraper-0.15/
yet another mixi scraper
----
WWW-Scroogle-0.0135
http://search.cpan.org/~schlumpf/WWW-Scroogle-0.0135/
Perl Extension for Scroogle
----
Win32-Console-ANSI-1.01
http://search.cpan.org/~jlmorel/Win32-Console-ANSI-1.01/
Perl extension to emulate ANSI console on Win32 system.
----
Win32-SharedFileOpen-3.38
http://search.cpan.org/~shay/Win32-SharedFileOpen-3.38/
Open a file for shared reading and/or writing
----
Win32-UTCFileTime-1.48
http://search.cpan.org/~shay/Win32-UTCFileTime-1.48/
Get/set UTC file times with stat/utime on Win32
----
iTunes-Sid-0.40
http://search.cpan.org/~billh/iTunes-Sid-0.40/
Apple iTunes SC Info common user database file interface
----
iTunes-Sid-0.41
http://search.cpan.org/~billh/iTunes-Sid-0.41/
Apple iTunes SC Info common user database file interface
----
mpp-2
http://search.cpan.org/~pfeiffer/mpp-2/
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: 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 1698
***************************************