[30216] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 1459 Volume: 11

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Apr 22 16:32:33 2008

Date: Tue, 22 Apr 2008 13:32:23 -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, 22 Apr 2008     Volume: 11 Number: 1459

Today's topics:
    Re: modules for nntp client <1usa@llenroc.ude.invalid>
    Re: modules for nntp client <gerry@nowhere.ford>
    Re: moving unused of a website <yankeeinexile@gmail.com>
    Re: moving unused of a website <mstep@podiuminternational.org>
    Re: moving unused of a website <jurgenex@hotmail.com>
    Re: moving unused of a website <tzz@lifelogs.com>
    Re: moving unused of a website <simon.chao@fmr.com>
    Re: moving unused of a website <rvtol+news@isolution.nl>
        new CPAN modules on Fri Apr 18 2008 (Randal Schwartz)
        new CPAN modules on Mon Apr 21 2008 (Randal Schwartz)
        new CPAN modules on Sat Apr 19 2008 (Randal Schwartz)
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Wed, 16 Apr 2008 13:07:18 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: modules for nntp client
Message-Id: <Xns9A825CC927671asu1cornelledu@127.0.0.1>

Ben Morrow <ben@morrow.me.uk> wrote in
news:vc1gd5-m361.ln1@osiris.mauzo.dyndns.org: 

> 
> Quoth "A. Sinan Unur" <1usa@llenroc.ude.invalid>:
>> 
>> I have MS VC++ Express 2008 (or version 9, it goes by both names 
>> apparently) installed. So far, I have run into no problems with
> 
> If this is with ActivePerl, you may be better off swiching to gcc.

I decided to give another shot (last time I tried was a few years 
back) to building Perl myself. This time, I used VC9 Express. I am 
happy to report that everything worked right out of the box.

Thanks to Makefile maintainers.

Sinan

-- 
A. Sinan Unur <1usa@llenroc.ude.invalid>
(remove .invalid and reverse each component for email address)

comp.lang.perl.misc guidelines on the WWW:
http://www.rehabitation.com/clpmisc/


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

Date: Wed, 16 Apr 2008 17:17:48 -0500
From: "Gerry Ford" <gerry@nowhere.ford>
Subject: Re: modules for nntp client
Message-Id: <1208383833_31@news.newsgroups.com>


"A. Sinan Unur" <1usa@llenroc.ude.invalid> wrote in message 
news:Xns9A825CC927671asu1cornelledu@127.0.0.1...
> Ben Morrow <ben@morrow.me.uk> wrote in
> news:vc1gd5-m361.ln1@osiris.mauzo.dyndns.org:
>
>>
>> Quoth "A. Sinan Unur" <1usa@llenroc.ude.invalid>:
>>>
>>> I have MS VC++ Express 2008 (or version 9, it goes by both names
>>> apparently) installed. So far, I have run into no problems with
>>
>> If this is with ActivePerl, you may be better off swiching to gcc.
>
> I decided to give another shot (last time I tried was a few years
> back) to building Perl myself. This time, I used VC9 Express. I am
> happy to report that everything worked right out of the box.
>
> Thanks to Makefile maintainers.
I'd heard only bad things about VC Express.  Of course, it had been from 
people who were knee-jerk anti-MS.

I too was impressed by the appearance of the strawberry perl page.  I like 
it when it is visually-arresting without being busy and cluttered.  I'm 
gonna create a user without admin priveleges and install it on that and take 
it through its paces.

-- 
"A belief in a supernatural source of evil is not necessary; men alone
are quite capable of every wickedness."

~~  Joseph Conrad (1857-1924), novelist 




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

Date: 16 Apr 2008 09:09:58 -0500
From: Lawrence Statton <yankeeinexile@gmail.com>
Subject: Re: moving unused of a website
Message-Id: <87abjtx555.fsf@hummer.cluon.com>

Tad J McClellan <tadmc@seesig.invalid> writes:
> 
> (and whitespace is not a scarce resource, so use some!)
> 

You young'ns don't remember the great whitespace shortage of '03
 ... all the new python people were using all the whitespace that could
be produced -- a lot of programmers had to go mining in old COBOL and
FORTRAN projects of their college days just to get enough whitespace
to keep our variables separated.

-- 
	Lawrence Statton - lawrenabae@abaluon.abaom s/aba/c/g
Computer  software  consists of  only  two  components: ones  and
zeros, in roughly equal proportions.   All that is required is to
place them into the correct order.


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

Date: Wed, 16 Apr 2008 10:04:27 -0700 (PDT)
From: Marek <mstep@podiuminternational.org>
Subject: Re: moving unused of a website
Message-Id: <9c0b9440-6715-4b66-8be8-258f2037d136@26g2000hsk.googlegroups.com>



Sorry to bother this group again! Now my script is nearly finished.
Only one little problem is left: I am imaging the perl "rename" like
the shell "mv". Is there a difference? My rename is not working as
intended:

could not rename your pix from:
        /Users/marekstepanek/Documents/webpages/www.munich-taxis.de/
pix/fotos/thumbnails/tn_munich28.jpg
to
        /Users/marekstepanek/Documents/webpages/www.munich-taxis.de/
pix_out/fotos/thumbnails/tn_munich28.jpg


Here the last version of my script.


Best greetings


marek


***************



#! /usr/local/bin/perl

use strict;
use warnings;


my $start_dir = "/Users/xyz/Documents/webpages/www.munich-taxis.de";
my $pix_out_folder = "$start_dir/pix_out";
my @unused_pix = (
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/fotos/
thumbnails/tn_munich28.jpg",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp1/
no_n.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
hili_-09.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/
norm_upb.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/
hili_upb.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
hili_-08.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/
norm_dn.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp2/
hili_subchap10.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp2/
hili_db.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp2/
norm_up.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
hili_subchap07.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/
no_fr.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
hili_-11.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
acti_subchap10.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/
rahmen_unten01_10.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp4/
hili_subchap10.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
acti_subchap08.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
hili_up.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp5/
hili_subchap05.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp2/
hili_up.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/
hili_upn.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp2/
norm_tacho_ul_00.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/grafix/chp4/
hili_up.gif",
"/Users/xyz/Documents/webpages/www.munich-taxis.de/pix/fotos/
munich04_03w.jpg"
);

unless ( -d $pix_out_folder ) {
    mkdir $pix_out_folder
	or die "could not create your folder: $pix_out_folder! $!\n\n";
}



foreach my $pix (@unused_pix) {
    my ($path) = $pix =~ m~/pix/([^"]+?)$~;

    my @folders = split( "/", $path );

    # what happens if there is a deeper hierarchy? So we have to
iterate over
    # all elements of @folders

    foreach my $sub (@folders)
    {
	last if $folders[0] =~ m~\.(jpe?g|gif|png)$~;
	$sub = shift @folders;
	$sub = "$pix_out_folder/$sub";

	if ( $sub and !-d $sub ) {
	    print "\nNO! Your folder \"$sub\" does not exists!\n\n";
	    mkdir $sub
		or die "could <not create your folder: \"$sub\"! $!\n\n";
	}
    }
}

foreach my $pix (@unused_pix)
{
    my $old = $pix;
    $pix =~ s~/pix/~/pix_out/~;
    my $new = $pix;
    rename $old, $new or die "could not rename your pix from:\n\t$old
\nto\n\t$new\n\n $!";
}




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

Date: Wed, 16 Apr 2008 17:10:19 GMT
From: Jürgen Exner <jurgenex@hotmail.com>
Subject: Re: moving unused of a website
Message-Id: <shcc04t97lul6m6at3n0q60ki6amgoml63@4ax.com>

Marek <mstep@podiuminternational.org> wrote:
>Only one little problem is left: I am imaging the perl "rename" like
>the shell "mv". Is there a difference? My rename is not working as
>intended:

Did you read the documentation for rename()? I think it is very clear.

>could not rename your pix from:
>        /Users/marekstepanek/Documents/webpages/www.munich-taxis.de/
>pix/fotos/thumbnails/tn_munich28.jpg
>to
>        /Users/marekstepanek/Documents/webpages/www.munich-taxis.de/
>pix_out/fotos/thumbnails/tn_munich28.jpg

You might want to include the reason _why_ the rename failed. That will
probably give you some hint as to how to fix it.

jue


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

Date: Wed, 16 Apr 2008 13:29:01 -0500
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: moving unused of a website
Message-Id: <86myntfyc2.fsf@lifelogs.com>

Lawrence Statton wrote:
> You young'ns don't remember the great whitespace shortage of '03
> ... all the new python people were using all the whitespace that could
> be produced -- a lot of programmers had to go mining in old COBOL and
> FORTRAN projects of their college days just to get enough whitespace
> to keep our variables separated.

Perl, fortunately, was not affected by this shortage by design :)

Ted


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

Date: Wed, 16 Apr 2008 13:34:05 -0700 (PDT)
From: nolo contendere <simon.chao@fmr.com>
Subject: Re: moving unused of a website
Message-Id: <0a718290-5179-4c0d-a1c8-0d12b33bf20e@w1g2000prd.googlegroups.com>

On Apr 16, 1:04=A0pm, Marek <ms...@podiuminternational.org> wrote:
> Sorry to bother this group again! Now my script is nearly finished.
> Only one little problem is left: I am imaging the perl "rename" like
> the shell "mv". Is there a difference? My rename is not working as
> intended:
>
> could not rename your pix from:
> =A0 =A0 =A0 =A0 /Users/marekstepanek/Documents/webpages/www.munich-taxis.d=
e/
> pix/fotos/thumbnails/tn_munich28.jpg
> to
> =A0 =A0 =A0 =A0 /Users/marekstepanek/Documents/webpages/www.munich-taxis.d=
e/
> pix_out/fotos/thumbnails/tn_munich28.jpg
>

check out File::Copy::move()


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

Date: Sun, 20 Apr 2008 10:50:17 +0200
From: "Dr.Ruud" <rvtol+news@isolution.nl>
Subject: Re: moving unused of a website
Message-Id: <fuf7b3.1qk.1@news.isolution.nl>

Ted Zlatanov schreef:
> Lawrence Statton wrote:

>> You young'ns don't remember the great whitespace shortage of '03
>> ... all the new python people were using all the whitespace that
>> could be produced -- a lot of programmers had to go mining in old
>> COBOL and FORTRAN projects of their college days just to get enough
>> whitespace to keep our variables separated.
>
> Perl, fortunately, was not affected by this shortage by design :)

Per 6 is too modern for that:
"Whitespace is in general required between any keyword and any opening
bracket that is not introducing a subscript or function arguments. Any
keyword followed directly by parentheses will be taken as a function
call instead."

sub if { exit 1 }

-- 
Affijn, Ruud

"Gewoon is een tijger."



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

Date: Fri, 18 Apr 2008 04:42:21 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Fri Apr 18 2008
Message-Id: <JzI7qL.23vH@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.

AnyEvent-DNS-0.01
http://search.cpan.org/~elmex/AnyEvent-DNS-0.01/
Helper for non-blocking DNS queries with Net::DNS 
----
Apache-JemplateFilter-0.02
http://search.cpan.org/~fujiwara/Apache-JemplateFilter-0.02/
Jemplate complie filter for Apache 
----
App-Nopaste-0.02
http://search.cpan.org/~sartak/App-Nopaste-0.02/
easy access to any pastebin 
----
Bio-Grep-0.10.3
http://search.cpan.org/~limaone/Bio-Grep-0.10.3/
Perl extension for searching in DNA and Protein sequences 
----
Bio-NEXUS-Import-0.1.0
http://search.cpan.org/~limaone/Bio-NEXUS-Import-0.1.0/
Extends Bio::NEXUS with parsers for file formats of popular phylogeny programs 
----
Business-BancaSella-0.13
http://search.cpan.org/~ebruni/Business-BancaSella-0.13/
A wrapper for Banca Sella online payment system (ver 0.11) 
----
CGI-Widget-DBI-Search-0.22
http://search.cpan.org/~adiraj/CGI-Widget-DBI-Search-0.22/
Database search widget 
----
CPAN-Reporter-1.14_03
http://search.cpan.org/~dagolden/CPAN-Reporter-1.14_03/
Adds CPAN Testers reporting to CPAN.pm 
----
CPAN-Reporter-1.14_04
http://search.cpan.org/~dagolden/CPAN-Reporter-1.14_04/
Adds CPAN Testers reporting to CPAN.pm 
----
Cache-Memcached-libmemcached-0.02004
http://search.cpan.org/~dmaki/Cache-Memcached-libmemcached-0.02004/
Perl Interface to libmemcached 
----
Cache-Memcached-libmemcached-0.02005
http://search.cpan.org/~dmaki/Cache-Memcached-libmemcached-0.02005/
Perl Interface to libmemcached 
----
Catalyst-Plugin-CookiedSession-0.33
http://search.cpan.org/~lbrocard/Catalyst-Plugin-CookiedSession-0.33/
Store sessions in a browser cookie 
----
DB-Pluggable-0.01
http://search.cpan.org/~marcel/DB-Pluggable-0.01/
add plugin support for the Perl debugger 
----
DB-Pluggable-0.02
http://search.cpan.org/~marcel/DB-Pluggable-0.02/
add plugin support for the Perl debugger 
----
DBIx-Log4perl-0.11
http://search.cpan.org/~mjevans/DBIx-Log4perl-0.11/
Perl extension for DBI to selectively log SQL, parameters, result-sets, transactions etc to a Log::Log4perl handle. 
----
Data-Flow-1.00
http://search.cpan.org/~ilyaz/Data-Flow-1.00/
Perl extension for simple-minded recipe-controlled build of data. 
----
Data-JavaScript-Anon-1.01
http://search.cpan.org/~adamk/Data-JavaScript-Anon-1.01/
Dump big dumb Perl structs to anonymous JavaScript structs 
----
Egg-Model-Cache-3.01
http://search.cpan.org/~lushe/Egg-Model-Cache-3.01/
Model for cashe. 
----
Egg-Model-FsaveDate-0.02
http://search.cpan.org/~lushe/Egg-Model-FsaveDate-0.02/
Model to preserve arbitrary text data according to date. 
----
Egg-Plugin-Authen-Captcha-0.03
http://search.cpan.org/~lushe/Egg-Plugin-Authen-Captcha-0.03/
Plugin for Authen::Captcha. 
----
Egg-Plugin-Cache-UA-1.01
http://search.cpan.org/~lushe/Egg-Plugin-Cache-UA-1.01/
The result of the WEB request is cached. 
----
Egg-Plugin-Crypt-CBC-3.01
http://search.cpan.org/~lushe/Egg-Plugin-Crypt-CBC-3.01/
Crypt::CBC for Egg Plugin. 
----
Egg-Plugin-LWP-3.01
http://search.cpan.org/~lushe/Egg-Plugin-LWP-3.01/
LWP for Egg Plugin. 
----
Egg-Plugin-Net-Ping-3.01
http://search.cpan.org/~lushe/Egg-Plugin-Net-Ping-3.01/
Net::Ping for Egg plugin. 
----
Egg-Plugin-Net-Scan-3.01
http://search.cpan.org/~lushe/Egg-Plugin-Net-Scan-3.01/
Network host's port is checked. 
----
Egg-Plugin-SessionKit-3.05
http://search.cpan.org/~lushe/Egg-Plugin-SessionKit-3.05/
Package kit to use session. 
----
Egg-Release-3.09
http://search.cpan.org/~lushe/Egg-Release-3.09/
Version of Egg WEB Application Framework. 
----
Egg-Release-Authorize-0.04
http://search.cpan.org/~lushe/Egg-Release-Authorize-0.04/
Package kit for attestation. 
----
Egg-Release-DBIC-0.03
http://search.cpan.org/~lushe/Egg-Release-DBIC-0.03/
Package kit to use DBIx::Class. 
----
Egg-Release-Mail-0.04
http://search.cpan.org/~lushe/Egg-Release-Mail-0.04/
Package kit for Mail Sending. 
----
Egg-View-TT-3.01
http://search.cpan.org/~lushe/Egg-View-TT-3.01/
View for TemplateToolKit. 
----
Filter-SQL-0.04
http://search.cpan.org/~kazuho/Filter-SQL-0.04/
embedded SQL for perl 
----
Filter-SQL-0.05
http://search.cpan.org/~kazuho/Filter-SQL-0.05/
embedded SQL for perl 
----
FormValidator-Simple-0.23
http://search.cpan.org/~lyokato/FormValidator-Simple-0.23/
validation with simple chains of constraints 
----
Gtk2-Ex-CellLayout-Base-1
http://search.cpan.org/~kryde/Gtk2-Ex-CellLayout-Base-1/
basic Gtk2::CellLayout functions 
----
Gtk2-Ex-TickerView-2
http://search.cpan.org/~kryde/Gtk2-Ex-TickerView-2/
scrolling ticker display widget 
----
Gtk2-GladeXML-OO-0.37
http://search.cpan.org/~strzelec/Gtk2-GladeXML-OO-0.37/
Drop-in replacement for Gtk2::GladeXML with object oriented interface to Glade and AUTOLOAD for all objects. 
----
Gtk2-GladeXML-OO-0.371
http://search.cpan.org/~strzelec/Gtk2-GladeXML-OO-0.371/
Drop-in replacement for Gtk2::GladeXML with object oriented interface to Glade and AUTOLOAD for all objects. 
----
IO-Async-0.14_1
http://search.cpan.org/~pevans/IO-Async-0.14_1/
a collection of modules that implement asynchronous filehandle IO 
----
IPA-1.06
http://search.cpan.org/~karasik/IPA-1.06/
Image Processing Algorithms 
----
IPC-Capture-0.01
http://search.cpan.org/~doom/IPC-Capture-0.01/
portably run external apps and capture the output 
----
IPC-Capture-0.02
http://search.cpan.org/~doom/IPC-Capture-0.02/
portably run external apps and capture the output 
----
Lingua-Translit-0.10
http://search.cpan.org/~alinke/Lingua-Translit-0.10/
transliterates text between writing systems 
----
Linux-DVB-1.0
http://search.cpan.org/~mlehmann/Linux-DVB-1.0/
interface to (some parts of) the Linux DVB API 
----
Log-Handler-0.39_16
http://search.cpan.org/~bloonix/Log-Handler-0.39_16/
Log messages to one or more outputs. 
----
MIME-Charset-1.006.2
http://search.cpan.org/~nezumi/MIME-Charset-1.006.2/
Charset Informations for MIME 
----
Mail-Audit-2.223
http://search.cpan.org/~rjbs/Mail-Audit-2.223/
Library for creating easy mail filters 
----
Memcached-libmemcached-0.1902
http://search.cpan.org/~timb/Memcached-libmemcached-0.1902/
Thin fast full interface to the libmemcached client API 
----
POE-Component-Client-opentick-0.15
http://search.cpan.org/~infidel/POE-Component-Client-opentick-0.15/
A POE component for working with opentick.com's market data feeds. 
----
PerlIO-Util-0.03
http://search.cpan.org/~gfuji/PerlIO-Util-0.03/
A selection of general PerlIO utilities 
----
Prima-Image-Magick-0.04
http://search.cpan.org/~karasik/Prima-Image-Magick-0.04/
Juggle images between Prima and Image::Magick 
----
Purple-1.0
http://search.cpan.org/~cdent/Purple-1.0/
Distributed granular addresses on the web 
----
QWizard-3.14
http://search.cpan.org/~hardaker/QWizard-3.14/
Display a series of questions, get the answers, and act on the answers. 
----
RPC-Oracle-1.2
http://search.cpan.org/~wsmith/RPC-Oracle-1.2/
Provide seemless interface into Oracle procedures and functions. 
----
RPSL-Parser-0.39
http://search.cpan.org/~lmc/RPSL-Parser-0.39/
Router Policy Specification Language (RFC2622) Parser 
----
Regexp-Compare-0.08
http://search.cpan.org/~vbar/Regexp-Compare-0.08/
partial ordering for regular expressions 
----
SOAP-Lite-v0.71.03
http://search.cpan.org/~mkutter/SOAP-Lite-v0.71.03/
Perl's Web Services Toolkit 
----
SVG-2.41
http://search.cpan.org/~ronan/SVG-2.41/
Perl extension for generating Scalable Vector Graphics (SVG) documents 
----
SVG-GD-0.12
http://search.cpan.org/~ronan/SVG-GD-0.12/
----
SVN-Notify-2.71
http://search.cpan.org/~dwheeler/SVN-Notify-2.71/
Subversion activity notification 
----
Socialtext-Resting-0.26
http://search.cpan.org/~lukec/Socialtext-Resting-0.26/
module for accessing Socialtext REST APIs 
----
Test-Reporter-1.39_06
http://search.cpan.org/~dagolden/Test-Reporter-1.39_06/
sends test results to cpan-testers@perl.org 
----
Text-MicroMason-SafeServerPages-0.03
http://search.cpan.org/~satoh/Text-MicroMason-SafeServerPages-0.03/
Safety ServerPages syntax 
----
WWW-OpenSearch-0.14
http://search.cpan.org/~bricas/WWW-OpenSearch-0.14/
Search A9 OpenSearch compatible engines 
----
WWW-Search-Google-0.23
http://search.cpan.org/~lbrocard/WWW-Search-Google-0.23/
Search Google via SOAP 
----
WebService-Careerjet-0.06
http://search.cpan.org/~jeteve/WebService-Careerjet-0.06/
Perl interface to Careerjet's public search API 
----
Wiki-Toolkit-Formatter-UseMod-0.22
http://search.cpan.org/~dom/Wiki-Toolkit-Formatter-UseMod-0.22/
UseModWiki-style formatting for Wiki::Toolkit 
----
Win32-0.36
http://search.cpan.org/~jdb/Win32-0.36/
Interfaces to some Win32 API Functions 
----
Win32-Clipboard-0.53
http://search.cpan.org/~jdb/Win32-Clipboard-0.53/
Interaction with the Windows clipboard 
----
Win32-Console-0.08
http://search.cpan.org/~jdb/Win32-Console-0.08/
Win32 Console and Character Mode Functions 
----
Win32-EventLog-0.075
http://search.cpan.org/~jdb/Win32-EventLog-0.075/
Process Win32 Event Logs from Perl 
----
Win32-File-0.06
http://search.cpan.org/~jdb/Win32-File-0.06/
Manage file attributes in perl 
----
Win32-FileSecurity-1.05
http://search.cpan.org/~jdb/Win32-FileSecurity-1.05/
Manage FileSecurity Discretionary Access Control Lists in Perl 
----
Win32-Internet-0.082
http://search.cpan.org/~jdb/Win32-Internet-0.082/
Access to WININET.DLL functions 
----
Win32-Job-0.02
http://search.cpan.org/~jdb/Win32-Job-0.02/
Run sub-processes in a "job" environment 
----
Win32-NetAdmin-0.09
http://search.cpan.org/~jdb/Win32-NetAdmin-0.09/
Manage network groups and users in Perl 
----
Win32-NetResource-0.054
http://search.cpan.org/~jdb/Win32-NetResource-0.054/
Manage network resources in Perl 
----
Win32-ODBC-0.033
http://search.cpan.org/~jdb/Win32-ODBC-0.033/
ODBC Extension for Win32 
----
Win32-OLE-0.1708
http://search.cpan.org/~jdb/Win32-OLE-0.1708/
OLE Automation extensions 
----
Win32-PerfLib-0.06
http://search.cpan.org/~jdb/Win32-PerfLib-0.06/
Accessing the Windows NT Performance Counter 
----
Win32-Pipe-0.023
http://search.cpan.org/~jdb/Win32-Pipe-0.023/
Win32 Named Pipe 
----
Win32-Process-0.12
http://search.cpan.org/~jdb/Win32-Process-0.12/
Create and manipulate processes. 
----
Win32-Registry-0.08
http://search.cpan.org/~jdb/Win32-Registry-0.08/
accessing the Windows registry [obsolete, use Win32::TieRegistry] 
----
Win32-Service-0.06
http://search.cpan.org/~jdb/Win32-Service-0.06/
Manage system services in Perl 
----
Win32-Shortcut-0.06
http://search.cpan.org/~jdb/Win32-Shortcut-0.06/
Perl Module to deal with Windows Shortcuts 
----
Win32-Sound-0.47
http://search.cpan.org/~jdb/Win32-Sound-0.47/
An extension to play with Windows sounds 
----
Win32-SysTray-0.20
http://search.cpan.org/~mahnkong/Win32-SysTray-0.20/
----
Win32-WinError-0.02
http://search.cpan.org/~jdb/Win32-WinError-0.02/
----
Win32API-Net-0.12
http://search.cpan.org/~jdb/Win32API-Net-0.12/
Perl interface to the Windows NT LanManager API account management functions. 
----
XMLRPC-Lite-UpdatePing-0.01
http://search.cpan.org/~sera/XMLRPC-Lite-UpdatePing-0.01/
send update-ping easily with XMLRPC::Lite 
----
XMLRPC-Lite-UpdatePing-0.02
http://search.cpan.org/~sera/XMLRPC-Lite-UpdatePing-0.02/
send update-ping easily with XMLRPC::Lite 
----
libwin32-0.29
http://search.cpan.org/~jdb/libwin32-0.29/
install all modules that make up the libwin32 bundle 
----
mod_perl-2.0.4
http://search.cpan.org/~gozer/mod_perl-2.0.4/
2.0 renaming 


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/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


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

Date: Mon, 21 Apr 2008 04:42:17 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Mon Apr 21 2008
Message-Id: <JznrqH.FpF@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.

Acme-RemoteINC-0.15
http://search.cpan.org/~billh/Acme-RemoteINC-0.15/
Slowest Possible Module Loading 
----
Audio-M4P-0.44
http://search.cpan.org/~billh/Audio-M4P-0.44/
Perl QuickTime / MP4 / iTunes Music Store audio / video file tools 
----
AudioFile-Info-1.10
http://search.cpan.org/~davecross/AudioFile-Info-1.10/
Perl extension to get info from audio files. 
----
AudioFile-Info-MP3-Info-1.04
http://search.cpan.org/~davecross/AudioFile-Info-MP3-Info-1.04/
Perl extension to get info from MP3 files. 
----
AudioFile-Info-Ogg-Vorbis-Header-1.08
http://search.cpan.org/~davecross/AudioFile-Info-Ogg-Vorbis-Header-1.08/
Perl extension to get info from Ogg Vorbis files. 
----
AudioFile-Info-Ogg-Vorbis-Header-PurePerl-1.05
http://search.cpan.org/~davecross/AudioFile-Info-Ogg-Vorbis-Header-PurePerl-1.05/
Perl extension to get info from Ogg Vorbis files. 
----
Authen-Users-0.14
http://search.cpan.org/~billh/Authen-Users-0.14/
DBI Based User Authentication 
----
Chess-Rep-0.1
http://search.cpan.org/~mishoo/Chess-Rep-0.1/
represent chess positions, generate list of legal moves, parse moves in various formats. 
----
Class-Hookable-0.06
http://search.cpan.org/~nyarla/Class-Hookable-0.06/
Base class for hook mechanism 
----
Compress-Raw-Bzip2-2.009
http://search.cpan.org/~pmqs/Compress-Raw-Bzip2-2.009/
Low-Level Interface to bzip2 compression library 
----
Compress-Raw-Zlib-2.009
http://search.cpan.org/~pmqs/Compress-Raw-Zlib-2.009/
Low-Level Interface to zlib compression library 
----
Compress-Zlib-2.009
http://search.cpan.org/~pmqs/Compress-Zlib-2.009/
Interface to zlib compression library 
----
Crypt-ECDSA-0.063
http://search.cpan.org/~billh/Crypt-ECDSA-0.063/
Elliptical Cryptography Digital Signature Algorithm 
----
Crypt-Rijndael-1.05_02
http://search.cpan.org/~bdfoy/Crypt-Rijndael-1.05_02/
Crypt::CBC compliant Rijndael encryption module 
----
DBD-TSM-0.13
http://search.cpan.org/~lbendavid/DBD-TSM-0.13/
Perl DBD driver for TSM admin client 
----
Data-ClearSilver-HDF-0.04
http://search.cpan.org/~zigorou/Data-ClearSilver-HDF-0.04/
Convert from Perl Data Structure to ClearSilver HDF 
----
Data-CodeRepos-CommitPing-0.01
http://search.cpan.org/~yappo/Data-CodeRepos-CommitPing-0.01/
CodeRepos commit ping data handler 
----
Device-Velleman-K8055-Fuse-0.94
http://search.cpan.org/~ronan/Device-Velleman-K8055-Fuse-0.94/
Communication with the Velleman K8055 USB experiment board using Fuse and K8055fs 
----
ExtUtils-CBuilder-0.23
http://search.cpan.org/~kwilliams/ExtUtils-CBuilder-0.23/
Compile and link C code for Perl modules 
----
File-Stat-Moose-0.0106
http://search.cpan.org/~dexter/File-Stat-Moose-0.0106/
Status info for a file - Moose-based 
----
HTML-ReplacePictogramMobileJp-0.04
http://search.cpan.org/~tokuhirom/HTML-ReplacePictogramMobileJp-0.04/
HTML ????????????? 
----
IO-Compress-Base-2.009
http://search.cpan.org/~pmqs/IO-Compress-Base-2.009/
Base Class for IO::Compress modules 
----
IO-Compress-Bzip2-2.009
http://search.cpan.org/~pmqs/IO-Compress-Bzip2-2.009/
Write bzip2 files/buffers 
----
IO-Compress-Lzf-2.009
http://search.cpan.org/~pmqs/IO-Compress-Lzf-2.009/
Write lzf files/buffers 
----
IO-Compress-Lzop-2.009
http://search.cpan.org/~pmqs/IO-Compress-Lzop-2.009/
Write lzop files/buffers 
----
IO-Compress-Zlib-2.009
http://search.cpan.org/~pmqs/IO-Compress-Zlib-2.009/
----
Iterator-Array-Jagged-0.03
http://search.cpan.org/~johnd/Iterator-Array-Jagged-0.03/
Iterate through multiple jagged arrays 
----
JSON-2.09
http://search.cpan.org/~makamaka/JSON-2.09/
JSON (JavaScript Object Notation) encoder/decoder 
----
Kephra-0.3.8_8
http://search.cpan.org/~lichtkind/Kephra-0.3.8_8/
Kephra Base Module 
----
LEOCHARRE-CLI-1.14
http://search.cpan.org/~leocharre/LEOCHARRE-CLI-1.14/
useful subs for coding cli scripts 
----
LEOCHARRE-DEBUG-1.11
http://search.cpan.org/~leocharre/LEOCHARRE-DEBUG-1.11/
my default debug subroutines 
----
LEOCHARRE-Dev-1.06
http://search.cpan.org/~leocharre/LEOCHARRE-Dev-1.06/
----
LWP-LastURI-0.04
http://search.cpan.org/~billh/LWP-LastURI-0.04/
routine for getting last URI visited despite redirects 
----
Locale-SubCountry-1.41
http://search.cpan.org/~kimryan/Locale-SubCountry-1.41/
convert state, province, county etc. names to/from code 
----
MP4-File-0.03
http://search.cpan.org/~mhx/MP4-File-0.03/
Read/Write MP4 files 
----
MP4-File-0.04
http://search.cpan.org/~mhx/MP4-File-0.04/
Read/Write MP4 files 
----
Math-BigInt-Random-0.04
http://search.cpan.org/~billh/Math-BigInt-Random-0.04/
arbitrary sized random integers 
----
Moxy-0.30
http://search.cpan.org/~tokuhirom/Moxy-0.30/
Mobile web development proxy 
----
Moxy-0.31
http://search.cpan.org/~tokuhirom/Moxy-0.31/
Mobile web development proxy 
----
Net-Frame-Dump-1.04
http://search.cpan.org/~gomor/Net-Frame-Dump-1.04/
tcpdump like implementation 
----
Pg-Pcurse-0.03
http://search.cpan.org/~ioannis/Pg-Pcurse-0.03/
Monitors a Postgres cluster 
----
Pg-Pcurse-0.04
http://search.cpan.org/~ioannis/Pg-Pcurse-0.04/
Monitors a Postgres cluster 
----
RPSL-Parser-0.039001
http://search.cpan.org/~lmc/RPSL-Parser-0.039001/
Router Policy Specification Language (RFC2622) Parser 
----
RPSL-Parser-0.039_001
http://search.cpan.org/~lmc/RPSL-Parser-0.039_001/
Router Policy Specification Language (RFC2622) Parser 
----
SETI-Drake-0.0102
http://search.cpan.org/~gene/SETI-Drake-0.0102/
Estimate the number of interstellar communicating civilizations 
----
SETI-Drake-0.0201
http://search.cpan.org/~gene/SETI-Drake-0.0201/
Estimate the number of interstellar communicating civilizations 
----
SVN-Notify-Filter-Watchers-0.03
http://search.cpan.org/~larrysh/SVN-Notify-Filter-Watchers-0.03/
Subscribe to SVN::Notify commits with a Subversion property. 
----
Sub-Prototype-Util-0.06
http://search.cpan.org/~vpit/Sub-Prototype-Util-0.06/
Prototype-related utility routines. 
----
Tamino-0.01
http://search.cpan.org/~yuran/Tamino-0.01/
Pure Perl Tamino XML DB driver 
----
Tamino-0.02
http://search.cpan.org/~yuran/Tamino-0.02/
Pure Perl Tamino XML DB driver 
----
Template-Plugin-AudioFile-Info-1.05
http://search.cpan.org/~davecross/Template-Plugin-AudioFile-Info-1.05/
Template Toolkit plugin for AudioFile::Info 
----
Test-File-1.22_01
http://search.cpan.org/~bdfoy/Test-File-1.22_01/
test file attributes 
----
Test-SMTP-0.02
http://search.cpan.org/~jlmartin/Test-SMTP-0.02/
Module for writing SMTP Server tests 
----
Text-Markdown-1.0.18
http://search.cpan.org/~bobtfish/Text-Markdown-1.0.18/
Convert Markdown syntax to (X)HTML 
----
Text-Unaccent-PurePerl-0.01
http://search.cpan.org/~pjacklam/Text-Unaccent-PurePerl-0.01/
remove accents from a string 
----
WWW-ColiPoste-0.01
http://search.cpan.org/~saper/WWW-ColiPoste-0.01/
Fetch shipping status from ColiPoste 
----
WWW-Shorten-1.100
http://search.cpan.org/~davecross/WWW-Shorten-1.100/
Interface to URL shortening sites. 
----
WebService-Kaolabo-v0.0.3
http://search.cpan.org/~akihito/WebService-Kaolabo-v0.0.3/
This module call Kaolabo API (http://kaolabo.com/). 
----
Wiki-Toolkit-Formatter-XHTMLMediaWiki-0.03
http://search.cpan.org/~gam/Wiki-Toolkit-Formatter-XHTMLMediaWiki-0.03/
A Mediawiki-style formatter for Wiki::Toolkit. 
----
XML-Bare-0.271
http://search.cpan.org/~yuran/XML-Bare-0.271/
Minimal XML parser implemented via a C state engine 


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/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


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

Date: Sat, 19 Apr 2008 04:42:19 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Sat Apr 19 2008
Message-Id: <JzK2EJ.1pnE@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-Iconv-1.12001
http://search.cpan.org/~dmaki/Alien-Iconv-1.12001/
Wrapper For Installing libiconv 1.12 
----
Alien-MeCab-0.97005
http://search.cpan.org/~dmaki/Alien-MeCab-0.97005/
Wrapper For Installing MeCab 0.97 
----
Audio-FindChunks-1.01
http://search.cpan.org/~ilyaz/Audio-FindChunks-1.01/
breaks audio files into sound/silence parts. 
----
Catalyst-Plugin-Dumper-0.00005
http://search.cpan.org/~chisel/Catalyst-Plugin-Dumper-0.00005/
(Deprecated) Needs implementing sanely 
----
DBIx-JCL-0.12
http://search.cpan.org/~badkins/DBIx-JCL-0.12/
Job Control Library for database load tasks. 
----
Data-Flow-1.01
http://search.cpan.org/~ilyaz/Data-Flow-1.01/
Perl extension for simple-minded recipe-controlled build of data. 
----
Data-Formatter-Html-0.02
http://search.cpan.org/~zblair/Data-Formatter-Html-0.02/
Perl extension for formatting data stored in scalars, hashes, and arrays into strings, definition lists, and bulletted lists, etc. using HTML. 
----
Data-Formatter-Text-0.03
http://search.cpan.org/~zblair/Data-Formatter-Text-0.03/
Perl extension for formatting data stored in scalars, hashes, and arrays into strings, definition lists, and bulletted lists, etc. using plain ASCII text. 
----
Device-Velleman-K8055-Fuse-0.93
http://search.cpan.org/~ronan/Device-Velleman-K8055-Fuse-0.93/
Communication with the Velleman K8055 USB experiment board using Fuse and K8055fs 
----
Dist-Joseki-0.14
http://search.cpan.org/~marcel/Dist-Joseki-0.14/
tools for the prolific module author 
----
Fey-ORM-0.05
http://search.cpan.org/~drolsky/Fey-ORM-0.05/
A Fey-based ORM 
----
FreeBSD-Ports-INDEXhash-1.0.4
http://search.cpan.org/~vvelox/FreeBSD-Ports-INDEXhash-1.0.4/
Generates a hash out of the FreeBSD Ports index file. 
----
Google-Chart-0.04
http://search.cpan.org/~marcel/Google-Chart-0.04/
Draw a chart with Google Chart 
----
Ham-Callsign-0.1
http://search.cpan.org/~hardaker/Ham-Callsign-0.1/
----
IPC-DirQueue-1.0
http://search.cpan.org/~jmason/IPC-DirQueue-1.0/
disk-based many-to-many task queue 
----
Image-ExifTool-7.25
http://search.cpan.org/~exiftool/Image-ExifTool-7.25/
Read and write meta information 
----
Iterator-Array-Jagged-0.01
http://search.cpan.org/~johnd/Iterator-Array-Jagged-0.01/
Iterate through multiple jagged arrays 
----
Iterator-Array-Jagged-0.02
http://search.cpan.org/~johnd/Iterator-Array-Jagged-0.02/
Iterate through multiple jagged arrays 
----
JavaScript-1.06
http://search.cpan.org/~claesjac/JavaScript-1.06/
Perl extension for executing embedded JavaScript 
----
LWP-Protocol-socks-1.0
http://search.cpan.org/~scr/LWP-Protocol-socks-1.0/
adds support for the socks protocol and proxy facility 
----
Log-Report-0.17
http://search.cpan.org/~markov/Log-Report-0.17/
report a problem, pluggable handlers and language support 
----
Maypole-2.13
http://search.cpan.org/~teejay/Maypole-2.13/
MVC web application framework 
----
Module-Install-0.72
http://search.cpan.org/~adamk/Module-Install-0.72/
Standalone, extensible Perl module installer 
----
MooseX-StrictConstructor-0.04
http://search.cpan.org/~drolsky/MooseX-StrictConstructor-0.04/
Make your object constructors blow up on unknown attributes 
----
Net-SFTP-Foreign-1.36
http://search.cpan.org/~salva/Net-SFTP-Foreign-1.36/
Secure File Transfer Protocol client 
----
Net-SIP-0.45
http://search.cpan.org/~sullr/Net-SIP-0.45/
Framework SIP (Voice Over IP, RFC3261) 
----
Net-SNMP-Mixin-IfInfo-0.02
http://search.cpan.org/~gaissmai/Net-SNMP-Mixin-IfInfo-0.02/
mixin class for interface related infos 
----
Number-Nary-0.105
http://search.cpan.org/~rjbs/Number-Nary-0.105/
encode and decode numbers as n-ary strings 
----
Ocsinventory-Agent-0.0.9.2
http://search.cpan.org/~goneri/Ocsinventory-Agent-0.0.9.2/
----
POE-Component-CPAN-YACSmoke-1.24
http://search.cpan.org/~bingos/POE-Component-CPAN-YACSmoke-1.24/
Bringing the power of POE to CPAN smoke testing. 
----
PPM-Repositories-0.13
http://search.cpan.org/~jdb/PPM-Repositories-0.13/
List of Perl Package Manager repositories 
----
Perl-Portable-0.01
http://search.cpan.org/~adamk/Perl-Portable-0.01/
Support code for "Perl on a Stick" 
----
Pod-WikiText-0.10
http://search.cpan.org/~badkins/Pod-WikiText-0.10/
Support for the use of Wiki markup. 
----
Pod-WikiText-0.12
http://search.cpan.org/~badkins/Pod-WikiText-0.12/
Support for the use of Wiki markup. 
----
RPC-Oracle-1.3
http://search.cpan.org/~wsmith/RPC-Oracle-1.3/
Provide seemless interface into Oracle procedures and functions. 
----
SVG-2.42
http://search.cpan.org/~ronan/SVG-2.42/
Perl extension for generating Scalable Vector Graphics (SVG) documents 
----
SVN-Notify-Filter-Watchers-0.01
http://search.cpan.org/~larrysh/SVN-Notify-Filter-Watchers-0.01/
Subscribe to SVN::Notify commits with a Subversion property. 
----
SVN-Notify-Filter-Watchers-0.02
http://search.cpan.org/~larrysh/SVN-Notify-Filter-Watchers-0.02/
Subscribe to SVN::Notify commits with a Subversion property. 
----
Template-Plugin-HighlightPerl-0.01
http://search.cpan.org/~sasykes/Template-Plugin-HighlightPerl-0.01/
Template Toolkit plugin which implements wrapper around Syntax::Highlight::Perl::Code module. 
----
Test-Smoke-1.31
http://search.cpan.org/~abeltje/Test-Smoke-1.31/
The Perl core test smoke suite 
----
Text-CSV-BulkData-0.01
http://search.cpan.org/~sera/Text-CSV-BulkData-0.01/
generate csv file with bulk data 
----
Text-RewriteRules-0.13
http://search.cpan.org/~ambs/Text-RewriteRules-0.13/
A system to rewrite text using regexp-based rules 
----
Transform-Canvas-0.06
http://search.cpan.org/~ronan/Transform-Canvas-0.06/
Perl extension for performing Coordinate transformation operations from the cartesion to the traditional drawing-model canvas coordinate systems. 
----
Win32-OLE-0.1709
http://search.cpan.org/~jdb/Win32-OLE-0.1709/
OLE Automation extensions 
----
WordNet-Similarity-2.04
http://search.cpan.org/~tpederse/WordNet-Similarity-2.04/
Perl modules for computing measures of semantic relatedness. 
----
XML-Compile-0.79
http://search.cpan.org/~markov/XML-Compile-0.79/
Compilation based XML processing 
----
XMLRPC-Lite-UpdatePing-0.03
http://search.cpan.org/~sera/XMLRPC-Lite-UpdatePing-0.03/
send update-ping easily with XMLRPC::Lite 
----
perfSONAR_PS-Base-0.091
http://search.cpan.org/~perfsonar/perfSONAR_PS-Base-0.091/
----
perfSONAR_PS-Base-0.092
http://search.cpan.org/~perfsonar/perfSONAR_PS-Base-0.092/
----
pler-0.33
http://search.cpan.org/~adamk/pler-0.33/
The DWIM Perl Debugger 


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/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


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

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


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