Re: LWP ->set_cookie

2009-09-09 Thread Robert G. Werner
cookie() never return > anything to show failure? And why does ->set_cookie() never get > exercised in the test suite? [snip] Looks like the problem is the '' empty string for the path element. When I put in: '/this_is_a_test' instead, it works as expected. -- In R

Re: Paper forms

2005-06-21 Thread Robert G. Werner
e actual pixel positions that you want the various pieces of text to be placed. The image magic modules are also capable of this. -- In Reach Technology:http://www.inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122 "What's a battle?" --Ralph Wiggum Whacking Day (Episode 9F18)

Re: Help parsing an HTML Doc using HTML::TreeBuilder

2004-10-15 Thread Robert G. Werner
tand it will recurse through the child nodes until it finds the first instance of what you are looking for. -- In Reach Technology:http://www.inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122 Windows NT -- it'll drive you buggy! -- Gareth Barnard

Re: [PATCH] redirection in LWP::Simple

2003-12-31 Thread Robert G. Werner
ke /\012[Ll]ocation:\s*(/S+)/ I've heard that the /i flag can greatly increas the cost of the regex on older perls (maybe all perls?). -- In Reach Technology: http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122 Say what you mean, simply and directly.

Re: [Crypt::SSLeay] install and compile problems on Windows xp

2003-12-23 Thread Robert G. Werner
in other repositories. If you are using the Cygwin build of perl, just use CPAN to install the bundles. -- In Reach Technology:http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122 Make sure your code "does nothing" gracefully. - The E

Re: https

2003-10-20 Thread Robert G. Werner
Win32 HTTP stuff sometime soon, I hope. -- In Reach Technology:http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122 I try not to break the rules but merely to test their elasticity. -- Bill Veeck

Re: Help needed

2003-07-17 Thread Robert G. Werner
I wanted. Find the root node of the nested table I wanted, iterate over its neighbors and grab the text from the tagged cell (the server was kind enough to use some strange css that helped mark what I wanted). -- In Reach Technology:http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTE

Re: Identifying the web server

2003-02-06 Thread Robert G. Werner
on or turn it off completely. The quarterly survey of which web servers are most popular on the net early on stopped depending on what the servers themselves said and used some analysis of responses and other atributes to try and determine this. -- In Reach Technology:http://inreachtech.net/

Re: Problem installing libwww-perl

2003-01-29 Thread Robert G. Werner
by hand or else use CPAN.pm and it will install it for you. Taking a quick look at the output might have saved you some time. -- In Reach Technology:http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122

Re: Logging web chat contents

2003-01-24 Thread Robert G. Werner
quite capable of helping you do what you want. I guess you just need to decide on the approach and requirements you want to meet. -- In Reach Technology:http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122

Re: posting/receiving key value pairs

2003-01-20 Thread Robert G. Werner
an object that you 'use'd in all your scripts, you could get the benefits of having all the db access stuff in just one place but still have the actual security of only having no intermediaries between your script that needs the DB info and the DB itself. Hard to say what the best trade offs are. Hope this helps. -- In Reach Technology:http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122

Re: posting/receiving key value pairs

2003-01-19 Thread Robert G. Werner
o scripts to communicate with each other over the network. Can you be more specific as to what you are trying to accomplish? -- In Reach Technology: http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122

Re: Regular Expression

2002-12-02 Thread Robert G. Werner
Intranet! Cheers Konrad [snip] You might also want to check out URI::Find (from the 2002 Perl Advent Calendar http://www.perladvent.org/2002/). It will find the URLs for you and then you can just filter out the ones you don't want. -- In Reach Technology: http://inreachtech.net/ Rob

Re: use html::parser to get the last table element?

2002-10-26 Thread Robert G. Werner
onfident that I can spend more time on the logic of my script and less time figuring out the API that makes my script possible. Thanks again, Sean. BTW, what kind of shoes is your cat looking for: stilleto heals or pumps? ;-) -- In Reach Technology: http://inreachtech.net/ Robert G. Werner [EMAIL PROTECTED] Tel: 559.304.5122