[30244] in Perl-Users-Digest
Perl-Users Digest, Issue: 1487 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Mon Apr 28 16:10:40 2008
Date: Mon, 28 Apr 2008 13:09:52 -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 Mon, 28 Apr 2008 Volume: 11 Number: 1487
Today's topics:
ATTN: Lawyers prosecuters media and programmers (I need stop.carl.now@gmail.com
Re: ATTN: Lawyers prosecuters media and programmers (I <ajtrichards@googlemail.com>
Can't find right printf format <loipersb@gmail.com>
Re: Can't find right printf format (Steven M. O'Neill)
Re: Can't find right printf format <noreply@gunnar.cc>
Re: Can't find right printf format <ben@morrow.me.uk>
Changing module bahavior WWW::Mechanize <source@netcom.com>
Re: Changing module bahavior WWW::Mechanize <noreply@gunnar.cc>
Re: Changing module bahavior WWW::Mechanize <joost@zeekat.nl>
Re: Changing module bahavior WWW::Mechanize <noreply@gunnar.cc>
Re: Changing module bahavior WWW::Mechanize <source@netcom.com>
download with HTML::FORM login and password on page <baptiste.fevre@gmail.com>
Re: download with HTML::FORM login and password on page <peter@makholm.net>
Re: EPIC : a very good Perl IDE <mikaelb@df.lth.se>
Re: FAQ 2.11 Perl Books <jo@nosp.invalid>
Re: FAQ 2.11 Perl Books <brian.d.foy@gmail.com>
Re: FAQ 2.14 Where are the archives for comp.lang.perl. <jfeit@ics.muni.cz>
Re: FAQ 2.14 Where are the archives for comp.lang.perl. <brian.d.foy@gmail.com>
Re: FAQ 2.16 Where do I send bug reports? <szrRE@szromanMO.comVE>
Re: How to build the => in a statement? <hjp-usenet2@hjp.at>
Re: Lawyers prosecuters media and programmers (I need H <nobody@devnull.spamcop.net>
Re: Marketing Software <vilain@NOspamcop.net>
new CPAN modules on Mon Apr 28 2008 (Randal Schwartz)
new CPAN modules on Sun Apr 27 2008 (Randal Schwartz)
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Mon, 28 Apr 2008 05:08:34 -0700 (PDT)
From: stop.carl.now@gmail.com
Subject: ATTN: Lawyers prosecuters media and programmers (I need HELP!)
Message-Id: <ed4c0bb6-e78d-4474-9e39-89aa65feb64d@w74g2000hsh.googlegroups.com>
A guy named Carl is harassing me on a google groups thread
http://groups.google.com/group/misc.consumers/browse_thread/thread/632bbfcdfc76c4ab#
I am looking for private detectives to find him.
I am looking for lawyers to sue him.
I am looking for people on google groups to come to my moral defense.
I am looking for a psychiatrist to help me with my medications.
I am looking for programmers and developers to help me make a site
about my harassment by Carl
I want this posted on digg, slashdot and everything. BBC CNN MSNBC go.
Dateline NBC
Thank you ahead of time, So much,
Logan Cuurwitz
logan.cuurwitz@gmail.com - please contact me!
P.S. Mirror on craigslist
------------------------------
Date: Mon, 28 Apr 2008 06:11:53 -0700 (PDT)
From: "ajtrichards@googlemail.com" <ajtrichards@googlemail.com>
Subject: Re: ATTN: Lawyers prosecuters media and programmers (I need HELP!)
Message-Id: <a956a301-8686-469d-93ea-65304f9c5702@m3g2000hsc.googlegroups.com>
On Apr 28, 1:08=A0pm, stop.carl....@gmail.com wrote:
> A guy named Carl is harassing me on a google groups thread
>
> http://groups.google.com/group/misc.consumers/browse_thread/thread/63...
>
> I am looking for private detectives to find him.
> I am looking for lawyers to sue him.
> I am looking for people on google groups to come to my moral defense.
> I am looking for a psychiatrist to help me with my medications.
> I am looking for programmers and developers to help me make a site
> about my harassment by Carl
> I want this posted on digg, slashdot and everything. BBC CNN MSNBC go.
> Dateline NBC
>
> Thank you ahead of time, So much,
>
> Logan Cuurwitz
> logan.cuurw...@gmail.com - please contact me!
> P.S. Mirror on craigslist
You could just report the threads to google if you feel your being
harassed. I think the BBC, CNN, MSNBC, etc have more pressing current
affairs to report on (Iraq, Mortgage/Financial Crisis) rather than
someone being harassed on Google Groups.
Regards,
Alex
ajtrichards@gmail.com
------------------------------
Date: Mon, 28 Apr 2008 19:45:48 +0200
From: Hubert Gabler <loipersb@gmail.com>
Subject: Can't find right printf format
Message-Id: <48160d4c$0$11259$91cee783@newsreader02.highway.telekom.at>
Hello,
my problem is very simple, but I cannot find the answer in "Learning
Perl" nor in the manpages:
Which FORMAT in printf makes the numbers 1,2,3,.. look like 001,002,003..?
Hubert
------------------------------
Date: Mon, 28 Apr 2008 18:01:54 +0000 (UTC)
From: steveo@panix.com (Steven M. O'Neill)
Subject: Re: Can't find right printf format
Message-Id: <fv53ei$5sj$1@reader2.panix.com>
Hubert Gabler <loipersb@gmail.com> wrote:
>Hello,
>my problem is very simple, but I cannot find the answer in "Learning
>Perl" nor in the manpages:
>Which FORMAT in printf makes the numbers 1,2,3,.. look like 001,002,003..?
>Hubert
The magic word is "padding".
http://www.google.com/search?q=printf+padding
--
Steven O'Neill steveo@panix.com
Brooklyn, NY http://www.panix.com/~steveo
------------------------------
Date: Mon, 28 Apr 2008 20:06:01 +0200
From: Gunnar Hjalmarsson <noreply@gunnar.cc>
Subject: Re: Can't find right printf format
Message-Id: <67mi0hF2pp4p9U1@mid.individual.net>
Hubert Gabler wrote:
> Which FORMAT in printf makes the numbers 1,2,3,.. look like 001,002,003..?
The FORMAT options for printf() are described in
perldoc -f sprintf
(as mentioned in "perldoc -f printf")
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
------------------------------
Date: Mon, 28 Apr 2008 19:21:40 +0100
From: Ben Morrow <ben@morrow.me.uk>
Subject: Re: Can't find right printf format
Message-Id: <k6hhe5-kp9.ln1@osiris.mauzo.dyndns.org>
Quoth Hubert Gabler <loipersb@gmail.com>:
> Hello,
> my problem is very simple, but I cannot find the answer in "Learning
> Perl" nor in the manpages:
> Which FORMAT in printf makes the numbers 1,2,3,.. look like 001,002,003..?
> Hubert
perldoc -f printf says 'printf FILEHANDLE FORMAT, LIST' is equivalent to
'print FILEHANDLE sprintf FORMAT, LIST' (with a caveat), so you need to
look in perldoc -f sprintf. This contains a full list of the conversion
specifiers supported by Perl.
Ben
--
The cosmos, at best, is like a rubbish heap scattered at random.
Heraclitus
ben@morrow.me.uk
------------------------------
Date: Sun, 27 Apr 2008 16:59:09 -0700
From: David Harmon <source@netcom.com>
Subject: Changing module bahavior WWW::Mechanize
Message-Id: <dqKdndnAU57ijojVnZ2dnUVZ_u2dnZ2d@earthlink.com>
So I want to fetch some web pages and then grab some image files they
refer to. The images are linked with the standard <img src="... html
tag. WWW::Mechanize is perfect for that, except that the links it
scans for do not include image tags. Hunting in Mechanize.pm I find
the list it uses, which is:
my %urltags = (
a => "href",
area => "href",
frame => "src",
iframe => "src",
);
If I add one line to that, everything works like I want it too:
img => "src",
But I don't really want to modify my copy of Mechanize! My code
won't work on any other installation. Every time I installed a
updated version, I would have to fix it again (well, that would be
seldom, but.)
What to do? Is there a legitimate way to pass that request to
Mechanize?
Oh and, what do I know, I tried the following in my code and I am not
sure why it didn't work:
$WWW::Mechanize::urltags{'img'} = "src";
.
------------------------------
Date: Mon, 28 Apr 2008 06:08:23 +0200
From: Gunnar Hjalmarsson <noreply@gunnar.cc>
Subject: Re: Changing module bahavior WWW::Mechanize
Message-Id: <67l0tuF2obj23U1@mid.individual.net>
David Harmon wrote:
> So I want to fetch some web pages and then grab some image files they
> refer to. The images are linked with the standard <img src="... html
> tag. WWW::Mechanize is perfect for that, except that the links it
> scans for do not include image tags. Hunting in Mechanize.pm I find
> the list it uses, which is:
>
> my %urltags = (
> a => "href",
> area => "href",
> frame => "src",
> iframe => "src",
> );
>
> If I add one line to that, everything works like I want it too:
>
> img => "src",
>
> But I don't really want to modify my copy of Mechanize! My code
> won't work on any other installation. Every time I installed a
> updated version, I would have to fix it again (well, that would be
> seldom, but.)
>
> What to do? Is there a legitimate way to pass that request to
> Mechanize?
Don't know. Maybe you should use some other module, such as
HTML::SimpleLinkExtor.
See also
perldoc -q "extract URLs"
> Oh and, what do I know, I tried the following in my code and I am not
> sure why it didn't work:
> $WWW::Mechanize::urltags{'img'} = "src";
That's easily answered. %urltags is a my() declared private variable,
and can consequently not be accessed from outside Mechanize.pm.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
------------------------------
Date: Mon, 28 Apr 2008 13:46:53 +0200
From: Joost Diepenmaat <joost@zeekat.nl>
Subject: Re: Changing module bahavior WWW::Mechanize
Message-Id: <87wsmib3rm.fsf@zeekat.nl>
David Harmon <source@netcom.com> writes:
> So I want to fetch some web pages and then grab some image files they
> refer to. The images are linked with the standard <img src="... html
> tag. WWW::Mechanize is perfect for that, except that the links it
> scans for do not include image tags. Hunting in Mechanize.pm I find
> the list it uses, which is:
The links() method searches for links "to to other pages". If you want
to search for images you should use the (find(_all)_)images() methods.
> Oh and, what do I know, I tried the following in my code and I am not
> sure why it didn't work:
> $WWW::Mechanize::urltags{'img'} = "src";
> .
That doesn't work because %urltags in the Mechanize source is a
lexical variable, not a package variable.
--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
------------------------------
Date: Mon, 28 Apr 2008 17:55:39 +0200
From: Gunnar Hjalmarsson <noreply@gunnar.cc>
Subject: Re: Changing module bahavior WWW::Mechanize
Message-Id: <67mac3F2q11coU1@mid.individual.net>
Joost Diepenmaat wrote:
> David Harmon <source@netcom.com> writes:
>> So I want to fetch some web pages and then grab some image files they
>> refer to. The images are linked with the standard <img src="... html
>> tag. WWW::Mechanize is perfect for that, except that the links it
>> scans for do not include image tags. Hunting in Mechanize.pm I find
>> the list it uses, which is:
>
> The links() method searches for links "to to other pages". If you want
> to search for images you should use the (find(_all)_)images() methods.
Both the OP and I had old versions of WWW::Mechanize, where those
methods were not available.
So, David, you need to upgrade.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
------------------------------
Date: Mon, 28 Apr 2008 11:03:32 -0700
From: David Harmon <source@netcom.com>
Subject: Re: Changing module bahavior WWW::Mechanize
Message-Id: <Z_edncgsGKE6jIvVnZ2dnUVZ_qOknZ2d@earthlink.com>
On Mon, 28 Apr 2008 17:55:39 +0200 in comp.lang.perl.misc, Gunnar
Hjalmarsson <noreply@gunnar.cc> wrote,
>Both the OP and I had old versions of WWW::Mechanize, where those
>methods were not available.
>
>So, David, you need to upgrade.
My goodness, how I needed to upgrade.
ActiveState PerlPackage Manager showed that I had installed the
latest version available of WWW::Mechanize, 0.72 dated 2001.
I now have version 1.34 direct from CPAN. The difference is huge.
.
------------------------------
Date: Mon, 28 Apr 2008 04:38:13 -0700 (PDT)
From: Winston75 <baptiste.fevre@gmail.com>
Subject: download with HTML::FORM login and password on page
Message-Id: <bec02b16-66d8-42f7-9410-76f734574383@t54g2000hsg.googlegroups.com>
hi,
i don't understand my code is corrupted at form "value" instance??
error prompt : Can't call method "value" on an undefined value at
ligne 27 (here : $form->find_input('txtusername')-
>value($user);) ??
any ideas, thanks
#!/usr/bin/perl -w
use strict;
use warnings;
use LWP::UserAgent;
use HTML::Form;
my ($user,$pass ) = qw(username password);
my $base = 'http://www.mysite/login.asp/';
my $ua = LWP::UserAgent->new(agent => 'Microsoft Internet Explorer
6.0' );
my $req = HTTP::Request->new( GET => "${base}" );
my $res = $ua->request($req);
die $res->status_line if not $res->is_success;
my $form = (HTML::Form->parse($res->content, $base))[1];
$form->find_input('txtusername')->value($user);
$form->find_input('txtpassword')->value($pass);
$ua->request($form->click );
------------------------------
Date: Mon, 28 Apr 2008 11:43:18 +0000
From: Peter Makholm <peter@makholm.net>
Subject: Re: download with HTML::FORM login and password on page
Message-Id: <877ieijjc9.fsf@hacking.dk>
Winston75 <baptiste.fevre@gmail.com> writes:
> i don't understand my code is corrupted at form "value" instance??
> error prompt : Can't call method "value" on an undefined value at
> ligne 27 (here : $form->find_input('txtusername')-
>>value($user);) ??
> $form->find_input('txtusername')->value($user);
I assume this is line 27?
What you have is that the find_input method on you HTML::Form object
returns undef. According to the documentation this means that there is
no input in the form matching you criteria.
//Makholm
------------------------------
Date: Mon, 28 Apr 2008 08:30:09 +0200
From: "M.O.B. i L." <mikaelb@df.lth.se>
Subject: Re: EPIC : a very good Perl IDE
Message-Id: <fv3qth$3pf$1@news.lth.se>
howa wrote:
> On 4月22日, 下午11時11分, "Mario D'Alessio" <dales...@motorola.NOSPAM.com>
> wrote:
>> Thanks for the note. I wasn't aware of it, and
>> I'm going to give it a try.
> Sure, it is very handy for maintaining a large Perl project.
> syntax highlighting, code assists, source formating, very solid
> features.
I tried EPIC Fall of 2007 but it crashed to often for me. I was using
Fedora 7 and Sun's Java. It seemed very useful though. Currently I use Kate.
------------------------------
Date: 26 Apr 2008 07:47:04 GMT
From: Jo <jo@nosp.invalid>
Subject: Re: FAQ 2.11 Perl Books
Message-Id: <4812ddf8$0$14343$e4fe514c@news.xs4all.nl>
PerlFAQ Server said:
> References
> ...
> Perl 5 Pocket Reference
> by Johan Vromans
> ISBN 0-596-00032-4 [3rd edition May 2000]
> http://www.oreilly.com/catalog/perlpr3/
The 3rd edition of this reference is out of print. The URL above has a
link to the 4th edition now:
Perl 5 Pocket Reference
by Johan Vromans
ISBN 0-596-00374-9 [4th edition July 2002]
http://www.oreilly.com/catalog/perlpr4/
--
Jo
------------------------------
Date: Sat, 26 Apr 2008 13:06:33 +0200
From: brian d foy <brian.d.foy@gmail.com>
Subject: Re: FAQ 2.11 Perl Books
Message-Id: <260420081306331066%brian.d.foy@gmail.com>
In article <4812ddf8$0$14343$e4fe514c@news.xs4all.nl>, Jo
<jo@nosp.invalid> wrote:
> PerlFAQ Server said:
> > References
> > ...
> > Perl 5 Pocket Reference
> The 3rd edition of this reference is out of print. The URL above has a
> link to the 4th edition now:
Updated, thanks,
------------------------------
Date: Sat, 26 Apr 2008 08:56:00 GMT
From: Josef Feit <jfeit@ics.muni.cz>
Subject: Re: FAQ 2.14 Where are the archives for comp.lang.perl.misc?
Message-Id: <JzxCtD.6wM@news.muni.cz>
PerlFAQ Server:
> ...
> 2.14: Where are the archives for comp.lang.perl.misc?
>
> The Google search engine now carries archived and searchable newsgroup
> content.
>
> http://groups.google.com/groups?group=comp.lang.perl.misc
> ...
Not found
Error 404
http://groups.google.com/group/comp.lang.perl.misc/topics
seems to be better.
J
------------------------------
Date: Sat, 26 Apr 2008 13:04:50 +0200
From: brian d foy <brian.d.foy@gmail.com>
Subject: Re: FAQ 2.14 Where are the archives for comp.lang.perl.misc?
Message-Id: <260420081304504944%brian.d.foy@gmail.com>
In article <JzxCtD.6wM@news.muni.cz>, Josef Feit <jfeit@ics.muni.cz>
wrote:
> > 2.14: Where are the archives for comp.lang.perl.misc?
> > http://groups.google.com/groups?group=comp.lang.perl.misc
> Not found
> Error 404
>
> http://groups.google.com/group/comp.lang.perl.misc/topics
Updated, thanks :)
------------------------------
Date: Sat, 26 Apr 2008 09:59:25 -0700
From: "szr" <szrRE@szromanMO.comVE>
Subject: Re: FAQ 2.16 Where do I send bug reports?
Message-Id: <fuvn1d0guc@news4.newsguy.com>
PerlFAQ Server wrote:
[...]
> If you are posting a bug with a non-standard port (see the answer
> to "What platforms is perl available for?"), a binary
> distribution, or a non-standard module (such as Tk, CGI, etc),
I thought CGI.pm was a standard module?
--
szr
------------------------------
Date: Sat, 26 Apr 2008 10:33:49 +0200
From: "Peter J. Holzer" <hjp-usenet2@hjp.at>
Subject: Re: How to build the => in a statement?
Message-Id: <slrng15q7d.uct.hjp-usenet2@hrunkner.hjp.at>
On 2008-04-25 01:01, ds456 <dsxxxxx@yahoo.com> wrote:
>> That is neither an array nor a hash. Have you seen the posting
>> guidelines for this group?
>>
>> Post code. Code we can see and run. Not vague descriptions.
>
> Sorry, but the last time I posted (quite a while ago) I got ripped by two
> "experts" who, in effect, said "Stop posting all the damn code that we
> don't have time to figure out - just ask the question!"
This is a discussion group. If you post 200 lines of code where only 2
lines are relevant to the point you want to discuss, people will likely
not take the time to figure out what the point of your posting is.
Similarly, if you post a long, rambling text of 200 lines, where only
two sentences are relevant, people won't take the time to figure that
out, either.
So, make your postings as short as possible.
But you also need to be clear. If nobody understands what your question
is, nobody can help you. And since this is a discussion group about a
programming language, often the clearest way to state a problem is to
post a short script or code fragment which demonstrates it. This is
especially true of data structures. A code fragment showing the
initialization of a data structure like this:
>> my %hash = (
>> -text => 'OK',
>> -width => 10,
>> -state => 'disabled',
>> -command => \&okcommand,
>> );
is not longer than the corresponding textual description, but it is
completely unambiguous and therefore much clearer.
hp
------------------------------
Date: Mon, 28 Apr 2008 14:59:13 GMT
From: "Twayne" <nobody@devnull.spamcop.net>
Subject: Re: Lawyers prosecuters media and programmers (I need HELP!)
Message-Id: <5DlRj.1431$uS1.133@trndny05>
You need a thicker skin and to learn how to ignore trolls. Your only
real recourse is to take it to your local law enforcement but neither
they nor his newsgroup admin are likely to be very interested.
Learn to ignore.
------------------------------
Date: Mon, 28 Apr 2008 09:14:18 -0700
From: Michael Vilain <vilain@NOspamcop.net>
Subject: Re: Marketing Software
Message-Id: <vilain-17F2BF.09141828042008@comcast.dca.giganews.com>
In article
<ff59729d-bd62-4f6e-bc2d-70c0a9131230@v26g2000prm.googlegroups.com>,
jackb4yc@gmail.com wrote:
> Anyone ever use Keyword Elite? Just wondering if it's worth the price
> or not.
>
> ********************************
> Charles D.
> Email Marketing Wizard, CEO
> ********************************
Given that you've posted SPAM to a technical news group, you've
obviously not considered netiquette. Or even if we are the people to
ask. And that you're utterly clueless about stealth marketing by
posting here. As if anyone in this group would influence anyone to use
your lame-ass product.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
[I filter all Goggle Groups posts, so any reply may be automatically by ignored]
------------------------------
Date: Mon, 28 Apr 2008 04:42:18 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Mon Apr 28 2008
Message-Id: <K00qEI.FoH@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-FastPing-1.0
http://search.cpan.org/~mlehmann/AnyEvent-FastPing-1.0/
quickly ping a large number of hosts
----
Apache-DB-0.14
http://search.cpan.org/~fwiles/Apache-DB-0.14/
Run the interactive Perl debugger under mod_perl
----
Catalyst-Model-DynamicAdaptor-0.02
http://search.cpan.org/~tomyhero/Catalyst-Model-DynamicAdaptor-0.02/
Dynamically load adaptor modules
----
DBD-SQLite-Amalgamation-3.5.8
http://search.cpan.org/~audreyt/DBD-SQLite-Amalgamation-3.5.8/
Single C-file based DBD::SQLite distribution
----
DBIx-Class-Schema-Slave-0.01100
http://search.cpan.org/~travail/DBIx-Class-Schema-Slave-0.01100/
DBIx::Class::Schema for slave (EXPERIMENTAL)
----
DBIx-DataAudit-0.04
http://search.cpan.org/~corion/DBIx-DataAudit-0.04/
summarize column data for a table
----
ExtUtils-FakeConfig-0.11
http://search.cpan.org/~mbarbon/ExtUtils-FakeConfig-0.11/
overrides some configuration values
----
Finance-Bank-IE-0.11
http://search.cpan.org/~waider/Finance-Bank-IE-0.11/
----
Games-Sudoku-CPSearch-0.11
http://search.cpan.org/~martyloo/Games-Sudoku-CPSearch-0.11/
Solve Sudoku problems quickly.
----
Gravatar-URL-1.00
http://search.cpan.org/~mschwern/Gravatar-URL-1.00/
Make URLs for Gravatars from an email address
----
HTTP-Engine-0.0.2
http://search.cpan.org/~yappo/HTTP-Engine-0.0.2/
Web Server Gateway Interface and HTTP Server Engine Drivers (Yet Another Catalyst::Engine)
----
IPC-SRLock-0.1.34
http://search.cpan.org/~pjfl/IPC-SRLock-0.1.34/
Set/reset locking semantics to single thread processes
----
MooseX-Role-TraitConstructor-0.01
http://search.cpan.org/~nuffin/MooseX-Role-TraitConstructor-0.01/
A wrapper for new that can accept a traits parameter.
----
Net-Clickatell-0.21
http://search.cpan.org/~mobileart/Net-Clickatell-0.21/
Access to Clickatell HTTP API
----
Net-Clickatell-0.30
http://search.cpan.org/~mobileart/Net-Clickatell-0.30/
Access to Clickatell HTTP API
----
POE-API-Peek-1.30
http://search.cpan.org/~sungo/POE-API-Peek-1.30/
Peek into the internals of a running POE environment
----
Perl6-Signature-0.02
http://search.cpan.org/~gaal/Perl6-Signature-0.02/
Parse, query, and pretty-print Perl 6 signatures
----
TaskForest-1.09
http://search.cpan.org/~enoor/TaskForest-1.09/
Simple, powerful task scheduler
----
Text-Editor-Easy-0.2
http://search.cpan.org/~grommier/Text-Editor-Easy-0.2/
A perl module to edit perl code with syntax highlighting and more.
----
WWW-Search-Ebay-2.242
http://search.cpan.org/~mthurn/WWW-Search-Ebay-2.242/
backend for searching www.ebay.com
----
WebService-Simple-0.10
http://search.cpan.org/~yusukebe/WebService-Simple-0.10/
Simple Interface To Web Services APIs
----
WebService-Simple-0.11
http://search.cpan.org/~yusukebe/WebService-Simple-0.11/
Simple Interface To Web Services APIs
----
WebService-Simple-Google-Chart-0.01
http://search.cpan.org/~yusukebe/WebService-Simple-Google-Chart-0.01/
Get Google Chart URL and File
----
esjis-0.12
http://search.cpan.org/~ina/esjis-0.12/
----
genpass-0.03
http://search.cpan.org/~xsawyerx/genpass-0.03/
Quickly create secure passwords
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: Sun, 27 Apr 2008 04:42:19 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Sun Apr 27 2008
Message-Id: <JzyvqJ.16z9@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.
App-ConPalette-0.1.0
http://search.cpan.org/~hinrik/App-ConPalette-0.1.0/
----
App-ConPalette-0.1.1
http://search.cpan.org/~hinrik/App-ConPalette-0.1.1/
----
Chess-Rep-0.1.1
http://search.cpan.org/~mishoo/Chess-Rep-0.1.1/
represent chess positions, generate list of legal moves, parse moves in various formats.
----
Chess-Rep-0.2
http://search.cpan.org/~mishoo/Chess-Rep-0.2/
represent chess positions, generate list of legal moves, parse moves in various formats.
----
DBIx-CSSQuery-0.01
http://search.cpan.org/~gugod/DBIx-CSSQuery-0.01/
A Perl DBI extension module to let you fetch data with CSS query syntax.
----
Data-Bind-0.29
http://search.cpan.org/~clkao/Data-Bind-0.29/
Bind and alias variables
----
DateTime-TimeZone-0.75
http://search.cpan.org/~drolsky/DateTime-TimeZone-0.75/
Time zone object base class and factory
----
Devel-FindRef-1.2
http://search.cpan.org/~mlehmann/Devel-FindRef-1.2/
where is that reference to my scalar hiding?
----
Emacs-Run-0.09
http://search.cpan.org/~doom/Emacs-Run-0.09/
use emacs from perl via the shell
----
HTML-Perlinfo-1.49
http://search.cpan.org/~accardo/HTML-Perlinfo-1.49/
Display a lot of Perl information in HTML format
----
IO-AIO-2.62
http://search.cpan.org/~mlehmann/IO-AIO-2.62/
Asynchronous Input/Output
----
IPC-Capture-0.05
http://search.cpan.org/~doom/IPC-Capture-0.05/
portably run external apps and capture the output
----
IPC-SRLock-0.1.30
http://search.cpan.org/~pjfl/IPC-SRLock-0.1.30/
Set/reset locking semantics to single thread processes
----
Module-Build-DistVersion-0.03
http://search.cpan.org/~cjm/Module-Build-DistVersion-0.03/
Copy version numbers to secondary locations
----
Module-ExtractUse-0.23
http://search.cpan.org/~domm/Module-ExtractUse-0.23/
Find out what modules are used
----
Parse-Marpa-0.211_000
http://search.cpan.org/~jkegl/Parse-Marpa-0.211_000/
Earley's algorithm with LR(0) precomputation
----
Parse-Marpa-0.211_001
http://search.cpan.org/~jkegl/Parse-Marpa-0.211_001/
Earley's algorithm with LR(0) precomputation
----
PerlIO-Util-0.06
http://search.cpan.org/~gfuji/PerlIO-Util-0.06/
A selection of general PerlIO utilities
----
RDF-Query-2.002
http://search.cpan.org/~gwilliams/RDF-Query-2.002/
An RDF query implementation of SPARQL/RDQL in Perl for use with RDF::Redland and RDF::Core.
----
Run-Env-0.02
http://search.cpan.org/~jkutej/Run-Env-0.02/
running environment detection
----
Search-Google-1.0.2
http://search.cpan.org/~ejs/Search-Google-1.0.2/
search Google using the REST (aka AJAX) API
----
Tie-CPHash-1.04
http://search.cpan.org/~cjm/Tie-CPHash-1.04/
Case preserving but case insensitive hash table
----
WebService-NFSN-0.05
http://search.cpan.org/~cjm/WebService-NFSN-0.05/
Client for the NearlyFreeSpeech.NET API
----
clickTk-4.011
http://search.cpan.org/~mmarco/clickTk-4.011/
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 1487
***************************************