Re: first time using LWP

2006-04-09 Thread Foo Ji-Haw
Have you tried the LWP module documentation? The following is a clip from the 'An Example' section use LWP::UserAgent; $ua = LWP::UserAgent->new; $ua->agent("MyApp/0.1 "); # Create a request my $req = HTTP::Request->new(POST => 'http://search.cpan.org/search'); $req->content_type('applicat

Re: Nitpicky array questions

2006-04-09 Thread Billy Conn
Alan M. Carroll wrote: I went netsearching for this but couldn't find anything in all the noise. 1) What is the runtime cost of the scalar operator? Is it constant or does it depend on the size of the array? Is it different than $#array? 2) What's the best way to turn the result of the map fun

Re: Nitpicky array questions

2006-04-09 Thread Williamawalters
hi alan --     In a message dated 4/9/2006 12:41:23 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > I went netsearching for this but couldn't find anything in all the noise.> > 1) What is the runtime cost of the scalar operator? Is it constant>    or does it depend on the size of

Re: messy regex

2006-04-09 Thread Williamawalters
hi jerry --     In a message dated 4/9/2006 11:06:10 A.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > Hi!> > I am not sure how to start to use regex in the following.  > > 2418 23rd, 3/1/cp Storage, $675/mo+Bills, $500/dep, 1500sf, Great Deal! 806-632-4037> How to pull:  2418 23rd

RE: creating an excel file

2006-04-09 Thread Sundaram Divya-QDIVYA1
I have used Spreadsheet::WriteExcel with some regualrity. It is a relatively simple module to get things done - especially when the Excel file to be generated is not complex.   I haven't fiddled with the SimpleExcel module ...   Spreadsheet::ReadExcel is a great module for parsing (simple) ex

RE: creating an excel file

2006-04-09 Thread Ken Cornetet
If you don't need to put the data into an existing spreadsheet, and you don't need to do an special excel tricks, I find the easiest way is to just create an HTML table in a file, and give it a ".XLS" extension. Excel reads it and converts automatically. No modules need. From: [EMAIL PROT

Nitpicky array questions

2006-04-09 Thread Alan M. Carroll
I went netsearching for this but couldn't find anything in all the noise. 1) What is the runtime cost of the scalar operator? Is it constant or does it depend on the size of the array? Is it different than $#array? 2) What's the best way to turn the result of the map function into an array refe

messy regex

2006-04-09 Thread Gerald Preston
Hi!   I am not sure how to start to use regex in the following.    2418 23rd, 3/1/cp Storage, $675/mo+Bills, $500/dep, 1500sf, Great Deal! 806-632-4037   How to pull:  2418 23rd  and 3/1/cp and 675 and 806-632-4037?     LOWER PRICE Spacious 3/2/2 5742 36th 1700sf, Nice Neighborhoo