[27858] in Perl-Users-Digest
Perl-Users Digest, Issue: 9222 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue May 9 18:06:13 2006
Date: Tue, 9 May 2006 15:05:03 -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, 9 May 2006 Volume: 10 Number: 9222
Today's topics:
new CPAN modules at Tue May 9 2006 (Randal Schwartz)
regexp - display the last matching expression <peace.is.our.profession@gmx.de>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Tue, 9 May 2006 04:42:12 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules at Tue May 9 2006
Message-Id: <IyzEEC.A2D@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.
DateTime-TimeZone-0.46
http://search.cpan.org/~drolsky/DateTime-TimeZone-0.46/
Time zone object base class and factory
----
Business-OnlinePayment-InternetSecure-0.03
http://search.cpan.org/~fbriere/Business-OnlinePayment-InternetSecure-0.03/
InternetSecure backend for Business::OnlinePayment
----
Apache-LogRegex-1.3
http://search.cpan.org/~peterhi/Apache-LogRegex-1.3/
Parse a line from an Apache logfile into a hash
----
Crypt-DSA-0.14
http://search.cpan.org/~btrott/Crypt-DSA-0.14/
DSA Signatures and Key Generation
----
XML-XSPF-0.6
http://search.cpan.org/~daniel/XML-XSPF-0.6/
API for reading & writing XSPF Playlists
----
Wx-WebKit-0.02
http://search.cpan.org/~dsugal/Wx-WebKit-0.02/
Perl extension to access OS X's webkit framework under Wx
----
Algorithm-RabinKarp-0.34
http://search.cpan.org/~nnunley/Algorithm-RabinKarp-0.34/
rabin-karp streaming hash
----
Database-Schema-Config-.01
http://search.cpan.org/~saxjazman/Database-Schema-Config-.01/
Perl extension for storing generic config strings with revision control in a table
----
Sort-Key-1.21
http://search.cpan.org/~salva/Sort-Key-1.21/
fastest way to sort things in perl
----
Lingua-AR-Db-2.10
http://search.cpan.org/~benazzo/Lingua-AR-Db-2.10/
Perl extension for translating Arabic words into another language
----
Jifty-0.60507
http://search.cpan.org/~jesse/Jifty-0.60507/
Just Do It
----
Mail-Webmail-Gmail-1.08
http://search.cpan.org/~mincus/Mail-Webmail-Gmail-1.08/
An interface to Google's webmail service
----
Parse-CPAN-Authors-2.25
http://search.cpan.org/~lbrocard/Parse-CPAN-Authors-2.25/
Parse 01mailrc.txt.gz
----
Algorithm-RabinKarp-0.33
http://search.cpan.org/~nnunley/Algorithm-RabinKarp-0.33/
rabin-karp streaming hash
----
Any-Template-1.015
http://search.cpan.org/~bbc/Any-Template-1.015/
provide a consistent interface to a wide array of templating languages
----
Device-USB-0.12
http://search.cpan.org/~gwadej/Device-USB-0.12/
Use libusb to access USB devices.
----
mediawiki-slides-0.04
http://search.cpan.org/~tels/mediawiki-slides-0.04/
----
Net-Z3950-0.51
http://search.cpan.org/~mirk/Net-Z3950-0.51/
Perl extension for talking to Z39.50 servers.
----
Digest-SHA-PurePerl-5.36
http://search.cpan.org/~mshelor/Digest-SHA-PurePerl-5.36/
Perl implementation of SHA-1/224/256/384/512
----
Digest-SHA-5.36
http://search.cpan.org/~mshelor/Digest-SHA-5.36/
Perl extension for SHA-1/224/256/384/512
----
MP4-Info-1.08
http://search.cpan.org/~jhar/MP4-Info-1.08/
Fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp)
----
Acme-MetaSyntactic-0.73
http://search.cpan.org/~book/Acme-MetaSyntactic-0.73/
Themed metasyntactic variables names
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.
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: Tue, 09 May 2006 12:35:56 +0200
From: Mirco Wahab <peace.is.our.profession@gmx.de>
Subject: regexp - display the last matching expression
Message-Id: <e3prgq$kd2$1@mlucom4.urz.uni-halle.de>
Hi Glorious Perlers
how would I find out the last matching
expression from my regular expression.
I remember to have heard about the
trick - but can't get it to work.
Example:
$r = qr/(alpha|beta|gamma) (?{'greek'})
|(aleph|beth|gimel) (?{'hebrew'})
|(DIbvetlh|nobta'|tlhIngan) (?{'klingon'})
/x;
$_ = qq/nobta' tlhIngan Hol yejHaD. ghIq qo'vaD/;
print "$^R: $^N (\$###)\n" while /$r/g;
Instead of (\$###) I'd expect to print
the matching capture group, -> "DIbvetlh|nobta'|tlhIngan"
in the above example.
Who can move me into the right direction?
Thanks
Mirco
------------------------------
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 V10 Issue 9222
***************************************