RE: perl guru.. mechanize/libwww expertise...

2006-07-10 Thread Brian Raven
bruce <> wrote: > hi.. > > i've been trying to test some simple perl code to get a website.. a > part of axess.stanford.edu. > > i can get a few pages, and then my test app dies... i have tracked > the http trafic using livehttpheaders from firefox. > > i can't seem to figure out how to replic

perl guru.. mechanize/libwww expertise...

2006-07-07 Thread bruce
hi.. i've been trying to test some simple perl code to get a website.. a part of axess.stanford.edu. i can get a few pages, and then my test app dies... i have tracked the http trafic using livehttpheaders from firefox. i can't seem to figure out how to replicate a part of what the livehttpheade

RE: perl guru...

2006-06-29 Thread bruce
ons [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 12:30 PM To: '[EMAIL PROTECTED]' Subject: RE: perl guru... if security isn't an issue you can write perl code directly into your "config file" and then eval it in the program (or use "do"). But that's H

Re: perl guru...

2006-06-29 Thread Mark Gardner
bruce wrote at 6/29/2006 2:27 PM: >i'm in the middle of creating/modiying a web crawler/spider app... however, >i'm looking to be able to have a generalizable function, where i can >actually specify 'plugin' functionality to determine if i should extract >information for a given page > > Hav

perl guru...

2006-06-29 Thread bruce
i'm trying to figure out if there's a way of creating some sort of 'plugin rules/code' that i can use (or insert) into the perl app/shell. if this is possible, the app would be able to be used to extract data from multiple kinds of source HTML. a really good perl guru who's f

Re: Is there a perl Guru that can help me ?

2002-10-09 Thread Jenda Krynicky
From: Tonuzi Selim <[EMAIL PROTECTED]> > That is what I expect. > > I have done some benchmarking on smaller files but I > did not see any time difference between the 2 coding > styles. > > I am just wondering if these 2 codes are interpreted > in the same way by perl when it u

Re: Is there a perl Guru that can help me ?

2002-10-09 Thread Jenda Krynicky
From: Tonuzi Selim <[EMAIL PROTECTED]> > I am sorry but I am not a programmer and I have no > knowledge in C. Being a programmer and knowing C are two completely unrelated things. I'm even inclined to say that not knowing C makes you a better programmer. > I am parsing a text file that contain

Re: Is there a perl Guru that can help me ?

2002-10-09 Thread Tonuzi Selim
e.com on > 10/09/2002 > 13:23:51 > > > > Sent by: [EMAIL PROTECTED] > > > To: [EMAIL PROTECTED] > cc: > Subject: Is there a perl Guru that can help me ? > > Hi, > > I am sorry but I am not a programmer and I have no > knowledge in C. >

Re: Is there a perl Guru that can help me ?

2002-10-09 Thread Joseph . Cumming
f you are happy that the key values are overwritten if the key already exists. Joe Tonuzi Selim <[EMAIL PROTECTED]>@listserv.ActiveState.com on 10/09/2002 13:23:51 Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Is there a perl Guru that can help me ? Hi, I am

Is there a perl Guru that can help me ?

2002-10-09 Thread Tonuzi Selim
Hi, I am sorry but I am not a programmer and I have no knowledge in C. I use Perl but every time, people get interest in my program and want it. I am trying to make it fast. I am parsing a text file that contains instances and wires linking these instances. I have millions of signals and I hav