[29524] in Perl-Users-Digest
Perl-Users Digest, Issue: 768 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sat Aug 18 09:09:38 2007
Date: Sat, 18 Aug 2007 06:09:04 -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 Sat, 18 Aug 2007 Volume: 11 Number: 768
Today's topics:
Difference between perl and perl_s <dn.perl@gmail.com>
Re: Difference between perl and perl_s <mark.clementsREMOVETHIS@wanadoo.fr>
Re: Gaa! UNIX hack tries PPM and fails! sln@netherlands.co
Re: Gaa! UNIX hack tries PPM and fails! <sisyphus1@nomail.afraid.org>
Re: Gaa! UNIX hack tries PPM and fails! usenet@DavidFilmer.com
Re: Gaa! UNIX hack tries PPM and fails! usenet@DavidFilmer.com
Re: Gaa! UNIX hack tries PPM and fails! <sisyphus1@nomail.afraid.org>
Re: Gaa! UNIX hack tries PPM and fails! usenet@DavidFilmer.com
Re: Getting "Don't know how to decode quoted-printable" <nobull67@gmail.com>
Re: Help on compiling Perl 5.8.8 <sisyphus1@nomail.afraid.org>
new CPAN modules on Sat Aug 18 2007 (Randal Schwartz)
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sat, 18 Aug 2007 09:13:45 -0000
From: "dn.perl@gmail.com" <dn.perl@gmail.com>
Subject: Difference between perl and perl_s
Message-Id: <1187428425.476410.186950@e9g2000prf.googlegroups.com>
What is the difference between the following two perl packages?
perl-5.8.0-sol9-sparc-local.gz
perl_s-5.8.0-sol9-sparc-local.gz
What does the extra '_s' in perl_s stand for? And where can one find
such information (the difference between perl and perl_s packages)? A
search on the group's archives did not work. And a search on the
internet did not work either. Clicking on the package name on
sunfreeware site starts the download without any 'about' powertip.
TIA.
------------------------------
Date: Sat, 18 Aug 2007 12:33:49 +0200
From: Mark Clements <mark.clementsREMOVETHIS@wanadoo.fr>
Subject: Re: Difference between perl and perl_s
Message-Id: <46c6cb0d$0$25934$ba4acef3@news.orange.fr>
dn.perl@gmail.com wrote:
> What is the difference between the following two perl packages?
>
> perl-5.8.0-sol9-sparc-local.gz
> perl_s-5.8.0-sol9-sparc-local.gz
>
> What does the extra '_s' in perl_s stand for? And where can one find
> such information (the difference between perl and perl_s packages)? A
> search on the group's archives did not work. And a search on the
> internet did not work either. Clicking on the package name on
> sunfreeware site starts the download without any 'about' powertip.
>
The magic search is
perl_s solaris package sunfreeware
First link gives http://solaris-freeware.saix.net/new.html :
perl-5.8.0 (additional version called perl_s which includes the
libperl.so shared library)
Mark
------------------------------
Date: Fri, 17 Aug 2007 21:20:49 -0700
From: sln@netherlands.co
Subject: Re: Gaa! UNIX hack tries PPM and fails!
Message-Id: <9nscc3tehu2j7vj5o40e120pdvbte4s5de@4ax.com>
On Fri, 17 Aug 2007 12:36:36 +0200, Christian Winter <thepoet_nospam@arcor.de> wrote:
I was cut and paste nuts on another post outupt. This is the real output. Its valid xml. From RxParse 1.1:
<?xml version="1.0" encoding="UTF-8"?>
<SOFTPKG NAME="Crypt-SSLeay" VERSION="0,53,0,0">
<TITLE>Crypt-SSLeay</TITLE>
<ABSTRACT>OpenSSL glue that provides LWP https support</ABSTRACT>
<AUTHOR>Joshua Chamas <josh (at) chamas dot com></AUTHOR>
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" />
<CODEBASE HREF="Crypt-SSLeay.tar.gz" />
<PROVIDE NAME="Crypt::SSLeay" VERSION="0.51" />
<PROVIDE NAME="Crypt::SSLeay::Conn" />
<PROVIDE NAME="Crypt::SSLeay::CTX" />
<PROVIDE NAME="Crypt::SSLeay::Err" />
<PROVIDE NAME="Crypt::SSLeay::MainContext" />
<PROVIDE NAME="Crypt::SSLeay::X509" />
<PROVIDE NAME="Net::SSL" VERSION="2.77" />
</IMPLEMENTATION>
</SOFTPKG>
C:\Drvs14\PerlMiscTest\XMLP>perl rptest.pl
new parse _: SCALAR ref
--------------------
xmldecl_h _: version = 1.0
encoding = UTF-8
--------------------
char _:
--------------------
start _: SOFTPKG
NAME = Crypt-SSLeay
VERSION = 0,53,0,0
--------------------
char _:
--------------------
start _: TITLE
--------------------
char _: Crypt-SSLeay
--------------------
end _: /TITLE
--------------------
char _:
--------------------
start _: ABSTRACT
--------------------
char _: OpenSSL glue that provides LWP https support
--------------------
end _: /ABSTRACT
--------------------
char _:
--------------------
start _: AUTHOR
--------------------
char _: Joshua Chamas <josh (at) chamas dot com>
--------------------
end _: /AUTHOR
--------------------
char _:
--------------------
start _: IMPLEMENTATION
--------------------
char _:
--------------------
start _: OS
NAME = MSWin32
end _: /OS
--------------------
char _:
--------------------
start _: ARCHITECTURE
NAME = MSWin32-x86-multi-thread-5.8
end _: /ARCHITECTURE
--------------------
char _:
--------------------
start _: CODEBASE
HREF = Crypt-SSLeay.tar.gz
end _: /CODEBASE
--------------------
char _:
--------------------
start _: PROVIDE
NAME = Crypt::SSLeay
VERSION = 0.51
end _: /PROVIDE
--------------------
char _:
--------------------
start _: PROVIDE
NAME = Crypt::SSLeay::Conn
end _: /PROVIDE
--------------------
char _:
--------------------
start _: PROVIDE
NAME = Crypt::SSLeay::CTX
end _: /PROVIDE
--------------------
char _:
--------------------
start _: PROVIDE
NAME = Crypt::SSLeay::Err
end _: /PROVIDE
--------------------
char _:
--------------------
start _: PROVIDE
NAME = Crypt::SSLeay::MainContext
end _: /PROVIDE
--------------------
char _:
--------------------
start _: PROVIDE
NAME = Crypt::SSLeay::X509
end _: /PROVIDE
--------------------
char _:
--------------------
start _: PROVIDE
NAME = Net::SSL
VERSION = 2.77
end _: /PROVIDE
--------------------
char _:
--------------------
end _: /IMPLEMENTATION
--------------------
char _:
--------------------
end _: /SOFTPKG
the code took:0.0435388 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU)
C:\Drvs14\PerlMiscTest\XMLP>
>usenet@DavidFilmer.com wrote:
>> I'm a UNIX hack, but I want to run Web Scraping Proxy on a Windows box
>> that does not have internet access (I'm scraping local pages). So I
>> installed ActivePerl. So far, so good.
>>
>> But WSP needs some old SSLeay crypto modules. ActiveState doesn't
>> supply crypto modules (http://aspn.activestate.com/ASPN/Downloads/
>> ActivePerl/PPM/Repository) but they kindly provide a link to the
>> University of Winnipeg, specifically mentioning the two modules I
>> require (Crypt-SSLeay and Net_SSLeay).
>>
>> Since I don't have web access on the target PC then I am looking for a
>> PPM file so I can do a local install.
>>
>> I found where the plain PPMs are supposedly published:
>> http://theoryx5.uwinnipeg.ca/ppms/x86
>>
>> And I downloaded the one I need: http://theoryx5.uwinnipeg.ca/ppms/x86/Crypt-SSLeay.tar.gz
>>
>> What I expected to find therein was a file named whatever.ppm that I
>> could run ppm against. But the tarball contains a directory structure
>> that looks like this:
>>
>> [.....]
>> drwxrwxrwx 0 0 0 Dec 26 12:20:22 2006 blib/html/site
>> drwxrwxrwx 0 0 0 Dec 26 12:20:22 2006 blib/html
>> -rw-rw-rw- 0 0 0 Dec 26 12:19:22 2006 blib/lib/auto/Crypt/
>> SSLeay/.exists
>> drwxrwxrwx 0 0 0 Dec 26 12:19:22 2006 blib/lib/auto/Crypt/
>> SSLeay
>> drwxrwxrwx 0 0 0 Dec 26 12:19:22 2006 blib/lib/auto/Crypt
>> drwxrwxrwx 0 0 0 Dec 26 12:19:22 2006 blib/lib/auto
>> [.....]
>>
>> There is no README or anything telling me what to do with this. Is
>> this a PPM? Am I supposed to just unroll this somewhere on my Windows
>> box? Where? What is this thing?
>>
>> Can anybody help a poor UNIX hack figure this out?
>
>The .tar.gz you downloaded is the "binary storage" for the ppm package,
>holding the modules and scripts belonging to the package, but there is
>no such thing as a file with a .ppm extension.
>
>A ppm package consists of a .tar.gz file for the binaries and a .ppd
>file ("Perl Package Description", proprietary XML format) with a
>description of installation source, namespaces, actions and additional
>scripts.
>
>So to install a module offline you usually need the .tar.gz and the
>.ppd, and for most of them you get a zip archive containing those
>two for offline installation.
>
>And that's exactly where your problem begins. Normaly you could fetch
>an offline version from http://theoryx5.uwinnipeg.ca/ppms/bundles/
>and be happy, but due to a number of reasons (export laws concerning
>cryptography in the United States of Paranoia, to force the neccessary
>disclaimer on the enduser and to follow the bundling prohobitions, and
>license issues with SSLeay itself that force all binary distributions
>to display credits to the authors) the Crypt::SSLeay binary module
>contains an install script that fetches the two library files separately
>via the web.
>
>However, there's no restriction you can't work around:
>
>- Download the .tar.gz file (you did that already)
>
>- Open the install_ssl script in your browser at
> http://theoryx5.uwinnipeg.ca/ppms/scripts/install_ssl
> and carefully read the legal disclaimer contained therein
>
>- Download the needed libraries and copy them into the bin directory
> of your target Perl installation
> http://theoryx5.uwinnipeg.ca/ppms/scripts/ssleay32.dll
> http://theoryx5.uwinnipeg.ca/ppms/scripts/libeay32.dll
>
>- Download the package description file from
> http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd and save
> it in the same directory as the .tar.gz, then open it in your
> text editor and change it to read:
><?xml version="1.0" encoding="UTF-8"?>
><SOFTPKG NAME="Crypt-SSLeay" VERSION="0,53,0,0">
> <TITLE>Crypt-SSLeay</TITLE>
> <ABSTRACT>OpenSSL glue that provides LWP https support</ABSTRACT>
> <AUTHOR>Joshua Chamas <josh (at) chamas dot com></AUTHOR>
> <IMPLEMENTATION>
> <OS NAME="MSWin32" />
> <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" />
> <CODEBASE HREF="Crypt-SSLeay.tar.gz" />
> <PROVIDE NAME="Crypt::SSLeay" VERSION="0.51" />
> <PROVIDE NAME="Crypt::SSLeay::Conn" />
> <PROVIDE NAME="Crypt::SSLeay::CTX" />
> <PROVIDE NAME="Crypt::SSLeay::Err" />
> <PROVIDE NAME="Crypt::SSLeay::MainContext" />
> <PROVIDE NAME="Crypt::SSLeay::X509" />
> <PROVIDE NAME="Net::SSL" VERSION="2.77" />
> </IMPLEMENTATION>
></SOFTPKG>
>
>- Open a dos-box in the directory and run "ppm install Crypt-SSLeay.ppd"
>
>HTH
>-Chris
------------------------------
Date: Sat, 18 Aug 2007 14:21:44 +1000
From: "Sisyphus" <sisyphus1@nomail.afraid.org>
Subject: Re: Gaa! UNIX hack tries PPM and fails!
Message-Id: <46c673d6$0$31086$afc38c87@news.optusnet.com.au>
<usenet@DavidFilmer.com> wrote in message
.
.
>
> The gotcha was from the original XML file
> http://theoryx5.uwinnipeg.ca/ppms/Net_SSLeay.pm.ppd
> The <AUTHOR> tagset in that file looks like this:
> <AUTHOR>Sampo Kellomaki <sampo@example.com></AUTHOR>
> (domain obfuscated as a courtesy to the author)
>
> ppm wouldn't build (and the error message was not very instructive).
> I think the '@' was the problem.
That's odd. There's lots of ppd files that do the same thing, and ppm
usually has no problem with them.
Which version of ppm ?
Cheers,
Rob
------------------------------
Date: Sat, 18 Aug 2007 08:47:11 -0000
From: usenet@DavidFilmer.com
Subject: Re: Gaa! UNIX hack tries PPM and fails!
Message-Id: <1187426831.936242.57910@l22g2000prc.googlegroups.com>
On Aug 17, 9:21 pm, "Sisyphus" <sisyph...@nomail.afraid.org> wrote:
> That's odd. There's lots of ppd files that do the same thing, and ppm
> usually has no problem with them.
>
> Which version of ppm ?
C:\perl\bin>ppm --version
ppm 4.01
Copyright (C) 2007 ActiveState Software Inc. All rights reserved.
I would also think this convention is common in ppm files. But my
process failed until I removed this nested e-mail address. Maybe it
has something to do with the difference between doing a web install vs
a local install?? I dunno - as I said, I'm a UNIX hack.
------------------------------
Date: Sat, 18 Aug 2007 08:57:10 -0000
From: usenet@DavidFilmer.com
Subject: Re: Gaa! UNIX hack tries PPM and fails!
Message-Id: <1187427430.183328.79590@j4g2000prf.googlegroups.com>
On Aug 17, 9:20 pm, s...@netherlands.co wrote:
> I was cut and paste nuts on another post outupt. This is the real output. Its valid xml. From RxParse 1.1:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <SOFTPKG NAME="Crypt-SSLeay" VERSION="0,53,0,0">
> <TITLE>Crypt-SSLeay</TITLE>
> <ABSTRACT>OpenSSL glue that provides LWP https support</ABSTRACT>
> <AUTHOR>Joshua Chamas <josh (at) chamas dot com></AUTHOR>
Yeah, that's fine, but it's not the ppd in question. That is the
first module (Crypt::SSLeay), which Chris Winter helped me with. That
XML has no problems.
But WSP requires also Net::SSLeay. My additional comments (which Tad
commented upon) concern that module and that ppd:
http://theoryx5.uwinnipeg.ca/ppms/Net_SSLeay.pm.ppd
which is somewhat more dubious XML (per Tad's observations)
------------------------------
Date: Sat, 18 Aug 2007 19:14:40 +1000
From: "Sisyphus" <sisyphus1@nomail.afraid.org>
Subject: Re: Gaa! UNIX hack tries PPM and fails!
Message-Id: <46c6b87f$0$25982$afc38c87@news.optusnet.com.au>
<usenet@DavidFilmer.com> wrote in message
news:1187426831.936242.57910@l22g2000prc.googlegroups.com...
> On Aug 17, 9:21 pm, "Sisyphus" <sisyph...@nomail.afraid.org> wrote:
>> That's odd. There's lots of ppd files that do the same thing, and ppm
>> usually has no problem with them.
.
.
> I would also think this convention is common in ppm files. But my
> process failed until I removed this nested e-mail address. Maybe it
> has something to do with the difference between doing a web install vs
> a local install??
Yes ... that's precisely what it turns out to be .... strange, but true.
ActiveState do provide zips of their ppm packages (for doing local installs)
at
http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/
Looking at the ppd files that ship with those zips we find that the "<" and
">" that normally surround the email address are replaced with "(" and ")"
respectively. And that works fine. Switch back to the angle brackets and the
'ppm install' fails.
But for web installs there's no problem with the angle brackets.
Cheers,
Rob
------------------------------
Date: Sat, 18 Aug 2007 09:22:06 -0000
From: usenet@DavidFilmer.com
Subject: Re: Gaa! UNIX hack tries PPM and fails!
Message-Id: <1187428926.816924.277300@m37g2000prh.googlegroups.com>
On Aug 18, 2:14 am, "Sisyphus" <sisyph...@nomail.afraid.org> wrote:
> Looking at the ppd files that ship with those zips we find that the "<" and
> ">" that normally surround the email address are replaced with "(" and ")"
> respectively. And that works fine. Switch back to the angle brackets and the
> 'ppm install' fails.
>
> But for web installs there's no problem with the angle brackets.
Hmmm. If I were one of those smug, stuck-up UNIX hack types then I
would make some smug comment here about Perl and Windows. But I admit
that I also tried to build these modules on AIX and had many problems
(crypto modules are always tricky on AIX) so I cannot, in good
conscience, be smug here, even if I were the smug type. It works in
Windows now, but I could not get it to work at all with conventional
builds on AIX. So, although I had some problems, it works in Windows
but not in AIX. Score one for Windows in this situation.
------------------------------
Date: Sat, 18 Aug 2007 13:03:37 -0000
From: Brian McCauley <nobull67@gmail.com>
Subject: Re: Getting "Don't know how to decode quoted-printable" from Email::MIME on Solaris
Message-Id: <1187442217.157650.155780@d55g2000hsg.googlegroups.com>
On Aug 16, 10:17 pm, Dan Otterburn <dan.otterb...@gmail.com> wrote:
> On Thu, 16 Aug 2007 18:05:37 +0000, Brian McCauley wrote:
> > Read the OP's error more closely. I think the problem may be that
> > "quoted-printable " does *not* eq "quoted-printable".
>
> Crikey, good eyesight! You are absolutely right.
>
> > If you look at package Email::MIME::ContentType the relevant lines
> > are...
>
> But surely "quoted-printable" is in the "Content-Transfer-Encoding"
> header, which is not parsed by
> Email::MIME::ContentType::parse_content_type() but rather by
> Email::Simple::header() unless I misunderstand the code?
Yes, my mistake:
The regex in Email::Simple::Header that reads
/^([^:]+):\s*(.*)/
should read
/^([^:]+):\s*(.*?)\s*$/
At least that's the case if I'm right in assuming that trailing w/s
should be trimmed.
------------------------------
Date: Sat, 18 Aug 2007 15:09:31 +1000
From: "Sisyphus" <sisyphus1@nomail.afraid.org>
Subject: Re: Help on compiling Perl 5.8.8
Message-Id: <46c67f0a$0$6277$afc38c87@news.optusnet.com.au>
"Robert Hicks" <sigzero@gmail.com> wrote in message
news:1187377462.759466.281780@d55g2000hsg.googlegroups.com...
> We rebuilt a Linux (x86_64) server and during the attempt to make I
> get:
>
> /local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/
> include/gdbm -O2 -Wall
> cc -L/usr/local/lib -o miniperl \
> miniperlmain.o opmini.o libperl.a /usr/lib/libcrypt.a
> libperl.a(pp.o)(.text+0x272c): In function `Perl_pp_pow':
> : undefined reference to `pow'
> libperl.a(pp.o)(.text+0x346d): In function `Perl_pp_modulo':
> : undefined reference to `floor'
> libperl.a(pp.o)(.text+0x3495): In function `Perl_pp_modulo':
> : undefined reference to `floor'
> libperl.a(pp.o)(.text+0x355b): In function `Perl_pp_modulo':
> : undefined reference to `fmod'
> libperl.a(pp.o)(.text+0x7ce3): In function `Perl_pp_atan2':
> : undefined reference to `atan2'
> libperl.a(pp.o)(.text+0x7dc3): In function `Perl_pp_sin':
> : undefined reference to `sin'
> libperl.a(pp.o)(.text+0x7ee3): In function `Perl_pp_cos':
> : undefined reference to `cos'
> libperl.a(pp.o)(.text+0x8253): In function `Perl_pp_exp':
> : undefined reference to `exp'
> libperl.a(pp.o)(.text+0x83a5): In function `Perl_pp_log':
> : undefined reference to `log'
> libperl.a(pp.o)(.text+0x8577): In function `Perl_pp_sqrt':
> : undefined reference to `sqrt'
> libperl.a(pp.o)(.text+0x8728): In function `Perl_pp_int':
> : undefined reference to `ceil'
> libperl.a(pp.o)(.text+0x873e): In function `Perl_pp_int':
> : undefined reference to `floor'
> libperl.a(pp_pack.o)(.text+0x444c): In function `S_pack_rec':
> : undefined reference to `floor'
> libperl.a(pp_pack.o)(.text+0x4470): In function `S_pack_rec':
> : undefined reference to `floor'
> collect2: ld returned 1 exit status
> make: *** [miniperl] Error 1
> [rhicks@sartrain perl-5.8.8]$
>
Looks like you need to link to libm (since that's where those references are
defined).
You might be able to hack your way past the problem by running:
cc -L/usr/local/lib -o miniperl miniperlmain.o opmini.o libperl.a
/usr/lib/libcrypt.a /usr/lib/libm.a
and then run 'make' again.
Or maybe add the "usr/lib/libm.a" to the end of that command in the makefile
itself - before running 'make'.
Cheers,
Rob
------------------------------
Date: Sat, 18 Aug 2007 04:42:15 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Sat Aug 18 2007
Message-Id: <JMyD2F.209p@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-ESP-1.002004
http://search.cpan.org/~tyemq/Acme-ESP-1.002004/
The power to implant and extract strings' thoughts.
----
Acme-ESP-1.002005
http://search.cpan.org/~tyemq/Acme-ESP-1.002005/
The power to implant and extract strings' thoughts.
----
Acme-ESP-1.002006
http://search.cpan.org/~tyemq/Acme-ESP-1.002006/
The power to implant and extract strings' thoughts.
----
Acme-ESP-1.002007
http://search.cpan.org/~tyemq/Acme-ESP-1.002007/
The power to implant and extract strings' thoughts.
----
Algorithm-Dependency-Source-DBI-0.03
http://search.cpan.org/~adamk/Algorithm-Dependency-Source-DBI-0.03/
Database source for Algorithm::Dependency
----
Bio-Grep-v0.9.2
http://search.cpan.org/~limaone/Bio-Grep-v0.9.2/
Perl extension for searching in Fasta files
----
Bundle-MetaSyntactic-1.00
http://search.cpan.org/~book/Bundle-MetaSyntactic-1.00/
All Acme::MetaSyntactic themes
----
Business-ISBN-2.02_01
http://search.cpan.org/~bdfoy/Business-ISBN-2.02_01/
work with International Standard Book Numbers
----
CPAN-FindDependencies-1.0
http://search.cpan.org/~dcantrell/CPAN-FindDependencies-1.0/
find dependencies for modules on the CPAN
----
Class-Method-Modifiers-0.04
http://search.cpan.org/~sartak/Class-Method-Modifiers-0.04/
provides Moose-like method modifiers
----
Class-Method-Modifiers-0.05
http://search.cpan.org/~sartak/Class-Method-Modifiers-0.05/
provides Moose-like method modifiers
----
Config-JSON-1.1.1
http://search.cpan.org/~rizen/Config-JSON-1.1.1/
A JSON based config file system.
----
DBIx-MyParsePP-0.50
http://search.cpan.org/~philips/DBIx-MyParsePP-0.50/
Pure-perl SQL parser based on MySQL grammar and lexer
----
Data-Tabulator-0.02
http://search.cpan.org/~rkrimen/Data-Tabulator-0.02/
Create a table (two-dimensional array) from a list (one-dimensional array)
----
Document-Maker-0.01_02
http://search.cpan.org/~rkrimen/Document-Maker-0.01_02/
Document::Maker
----
Document-Publisher-0.01_02
http://search.cpan.org/~rkrimen/Document-Publisher-0.01_02/
Document::Publisher
----
IO-Pty-Easy-0.01
http://search.cpan.org/~doy/IO-Pty-Easy-0.01/
Easy interface to IO::Pty
----
IO-Pty-Easy-0.02
http://search.cpan.org/~doy/IO-Pty-Easy-0.02/
Easy interface to IO::Pty
----
IPC-MorseSignals-0.04
http://search.cpan.org/~vpit/IPC-MorseSignals-0.04/
Communicate between processes with Morse signals.
----
News-Pan-1.02
http://search.cpan.org/~leocharre/News-Pan-1.02/
----
Object-InsideOut-3.21
http://search.cpan.org/~jdhedden/Object-InsideOut-3.21/
Comprehensive inside-out object support module
----
PDL-LinearAlgebra-0.05
http://search.cpan.org/~ellipse/PDL-LinearAlgebra-0.05/
Linear Algebra utils for PDL
----
PDL-Opt-NonLinear-0.03
http://search.cpan.org/~ellipse/PDL-Opt-NonLinear-0.03/
Non Linear optimization routines
----
POE-Component-Generic-0.1006
http://search.cpan.org/~gwyn/POE-Component-Generic-0.1006/
A POE component that provides non-blocking access to a blocking object.
----
POE-Component-Server-SimpleContent-1.08
http://search.cpan.org/~bingos/POE-Component-Server-SimpleContent-1.08/
The easy way to serve web content with POE::Component::Server::SimpleHTTP.
----
POE-Session-Irssi-0.4
http://search.cpan.org/~martijn/POE-Session-Irssi-0.4/
emit POE events for Irssi signals
----
Params-Util-0.27
http://search.cpan.org/~adamk/Params-Util-0.27/
Simple, compact and correct param-checking functions
----
Parse-RecDescent-FAQ-5.04
http://search.cpan.org/~tbone/Parse-RecDescent-FAQ-5.04/
the official, authorized FAQ for Parse::RecDescent.
----
Regexp-Log-DateRange-0.02
http://search.cpan.org/~karasik/Regexp-Log-DateRange-0.02/
construct regexps for filtering log data by date range
----
SVN-SVNLook-0.04
http://search.cpan.org/~sscotto/SVN-SVNLook-0.04/
Perl wrapper to the svnlook command.
----
Test-Inline-2.207
http://search.cpan.org/~adamk/Test-Inline-2.207/
Embed your tests in your code, next to what is being tested
----
Tk-Wizard-2.014
http://search.cpan.org/~mthurn/Tk-Wizard-2.014/
GUI for step-by-step interactive logical process
----
WebService-Recruit-Jalan-0.10
http://search.cpan.org/~kawasaki/WebService-Recruit-Jalan-0.10/
A Interface for Jalan Web Service
----
XML-RSS-JavaScript-0.61
http://search.cpan.org/~bricas/XML-RSS-JavaScript-0.61/
serialize your RSS as JavaScript
----
rpm-build-perl-0.6.3
http://search.cpan.org/~atourbin/rpm-build-perl-0.6.3/
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 768
**************************************