Parsing Data

2013-07-22 Thread Omega -1911
Hello all - I am working on a small address book conversion where I need to convert a text file in where I dumped the addresses and post them to my database/website using the Mechanize module. My problem is I am trying to parse the data using the following code that is not working. Can anyone shed

FW: cpan App::cpanminus

2013-07-22 Thread Rohit Soni
Dear All, I am a beginner and just wanted to ask that which Module(s) should I start with. On the Perl installation page, it has been written that you need to install the modules by running the command cpan App::cpanminus While running I am getting the error as. CPAN: CPAN::SQLite

Re: Parsing Data

2013-07-22 Thread Andy Bach
On Mon, Jul 22, 2013 at 4:55 AM, Omega -1911 1911...@gmail.com wrote: Can anyone shed some light and point me in the right direction? Specifically, your REs are failing because there is a space in the data after the close quote for the class attribute that your REs don't have. This a good

Re: cpan App::cpanminus

2013-07-22 Thread Jim Gibson
You apparently have a connection problem. Can you connect to http://strawberryperl.com in a browser on the same system? On Jul 22, 2013, at 3:41 AM, Rohit Soni wrote: Dear All, I am a beginner and just wanted to ask that which Module(s) should I start with. On the Perl installation

Apache::Session::MySQL - connection closing

2013-07-22 Thread Phil Smith
I've tried posting this to the perl-mysql mailing list but that list doesn't seem to have any traffic, so I'm hoping maybe someone on this list has some experience with Apache::Session::MySQL. Does anyone know if a call to untie on a tied hash to Apache::Session::MySQL will close the database

Re: Parsing Data

2013-07-22 Thread Michael Brader
On 07/23/2013 11:08 AM, Omega -1911 wrote: Rob - Thanks for the tip. I am not familiar with the module (XML::XPath) but tried to play with the code a little more to also retain the URL as well but was not successful. What would I need to modify or add to do this? After a 14 hour work day, I

Re: cpan App::cpanminus

2013-07-22 Thread rohit . soni
Yes, I am able to connect http://strawberryperl.com from chrome browser. Even I have downloaded 01mailrc.txt.gz using http://cpan.strawberryperl.com/authors/01mailrc.txt.gz through browser. But still I am facing the same problem. Regards, Rohit You apparently have a connection problem. Can you