Re: Object introspection + adding method - SOLVED

2010-10-24 Thread C.DeRykus
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

Re: Email Filter Script

2010-10-24 Thread Jim Gibson
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

Re: Email Filter Script

2010-10-24 Thread Mark
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

Re: Object introspection + adding method

2010-10-24 Thread Jenda Krynicky
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

Re: Please suggest a good book on perl

2010-10-24 Thread Shlomi Fish
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

Re: a Loop constructing the URLs to use LWP::UserAgent repeatedly up to 10 thousand times

2010-10-24 Thread Randal L. Schwartz
> ""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