Re: CPAN Module Installation

2007-10-07 Thread Jeff Pang
2007/10/7, yitzle <[EMAIL PROTECTED]>: > Is there some way to turn off the tests that get performed after a > module is installed? I don't think to turn off 'make test' is a good idea. But on the other hand if you really don't like make test,you can force to make install it. > Does CPAN shell ch

Learning Perl

2007-10-07 Thread Kaushal Shriyan
Hi I do not have any experience in programming at all. How do i start learning Perl language. Can some one here point me to the right direction to learn Perl Language Thanks in Advance Thanks and Regards Kaushal

Re: Learning Perl

2007-10-07 Thread Dyana Wu
On 07 Oct 2007, at 8:27 PM, Kaushal Shriyan wrote: Hi I do not have any experience in programming at all. How do i start learning Perl language. Can some one here point me to the right direction to learn Perl Language http://learn.perl.org HTH. dwu -- To unsubscribe, e-mail: [EMAIL PR

Re: Learning Perl

2007-10-07 Thread Jeff Pang
Your message's subject has expressed the correct way.Buy the book "Learning Perl" for beginning. 2007/10/7, Kaushal Shriyan <[EMAIL PROTECTED]>: > Hi > > I do not have any experience in programming at all. How do i start learning > Perl language. Can some one here point me to the right direction t

How to kill process in Windows

2007-10-07 Thread Manoj
Hello I want to kill a process in windows. Tried with killing the process using taskkill command. It sometimes runs for a long time. Thanks Manoj -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Mechanize + Proxy

2007-10-07 Thread Tom Phoenix
On 10/6/07, yitzle <[EMAIL PROTECTED]> wrote: > How do I direct Mechanize/LWP to visit/click a URL/link via a proxy? Have you seen the FAQ? http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize/FAQ.pod#How_do_I_use_WWW::Mechanize_through_a_proxy_server? Hope this helps! --Tom Phoeni

Re: Error Installing LWP

2007-10-07 Thread Tom Phoenix
On 10/6/07, yitzle <[EMAIL PROTECTED]> wrote: > I tried installing LWP as it seems to be a prereq to everything else > and I get the below output... Any suggestions? When a module installation fails: make sure you're not running out of disk space or anything silly like that, double-check the conf

Re: How to kill process in Windows

2007-10-07 Thread terran forge
On Sun, 2007-10-07 at 19:42 +0530, Manoj wrote: > Hello > > I want to kill a process in windows. Tried with killing the process using > taskkill command. It sometimes runs for a long time. > > Thanks > Manoj Try Process Explorer. It's more robust and has tree views, options to kill parent-ch

beginners@perl.org

2007-10-07 Thread Patrik Hasibuan
Dear my friends... I can retrieve a content of simple url such as: "http://www.for-success.info"; with LWP::Simple. But if I retrieve a little bit more complicated url such as "http://www.google.com/search?q=silicon+valley&start=20"; causes error. I need to retrieve this url: http://www.googl

beginners@perl.org

2007-10-07 Thread Gunnar Hjalmarsson
Patrik Hasibuan wrote: I can retrieve a content of simple url such as: "http://www.for-success.info"; with LWP::Simple. But if I retrieve a little bit more complicated url such as "http://www.google.com/search?q=silicon+valley&start=20"; causes error. Google seems to not like requests from

beginners@perl.org

2007-10-07 Thread Jeff Pang
2007/10/8, Patrik Hasibuan <[EMAIL PROTECTED]>: > But if I retrieve a little bit more complicated url such as > "http://www.google.com/search?q=silicon+valley&start=20"; causes error. > > I need to retrieve this url: > http://www.google.com/search?q=silicon+valley&start=20. I use "silicon > val