On Oct 23, 2:37 pm, da...@davidfavor.com (David Favor) wrote:
> Paul Johnson wrote:
[snip]
> add_class_method($class,$name,$code);
>
> # all three of these invocations works correctly
> test_method($self);
> &$code($self);
> $self->test_method;
>
> }
Hm, strawberr
At 5:11 PM -0400 10/24/10, Mark wrote:
Thank you, Brendon, for taking a look at the script. I'd like to
narrow down the problem so I can finish some working version of this
thing.
I have logic that gets the job of restoring the e-mail done, albeit
using regex in a brute force kind of way rath
Thank you, Brendon, for taking a look at the script. I'd like to narrow
down the problem so I can finish some working version of this thing.
I have logic that gets the job of restoring the e-mail done, albeit
using regex in a brute force kind of way rather than parsing the message
elegantly wi
From: "Jeff Peng"
> > On Sat, Oct 23, 2010 at 07:52:50PM +0200, Shlomi Fish wrote:
>
> >
> > Just be sure you know what you are doing. Adding a method to somone
> > else's
> > class can be considered rude. See the NOTE in perldoc perlmodlib.
> >
>
> He/she is maybe coming from other language l
On Saturday 23 October 2010 23:30:43 Parag Kalra wrote:
> Hey All,
>
> Just finished reading 'intermediate perl' Enjoyed it as much as I
> enjoyed the book 'learning perl'
>
> Thanks Randal, Tom & All
>
> Please now suggest another must read nook on perl.
>
I have some book recommendations on
> ""jobst" == "jobst müller" writes:
"jobst> I am trying to use LWP::UserAgent on the same URLs see below
with different query arguments, and i am wondering if LWP::UserAgent
provides a way for us to loop through the query arguments?
Why are you hitting this website to scrape it? Do you hav