Re: How to query a website via Perl
You can use LWP module for that. Check the following url. http://www.perl.com/pub/a/2002/08/20/perlandlwp.html Thanks -- http://jcbid.com -- - Original Message - From: steve silvers To: perl-win32-users@listserv.activestate.com Sent: Tuesday, May 12, 2009 8:35 AM Subject: How to query a website via Perl Can someone please so me how to query a website remotely via cgi. Something like http://somesite/query=$var Then return the results. Thanks in advance -- Windows Live™: Keep your life in sync. Check it out. -- ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: How to query a website via Perl
On Tue, May 12, 2009 at 4:35 PM, steve silvers wrote: > > Can someone please so me how to query a website remotely via cgi. > > Something like > > http://somesite/query=$var > > Then return the results. > > Thanks in advance Look at these modules on CPAN http://search.cpan.org/ LWP::Simple LWP WWW::Mechanize Gabor -- Gabor Szabo http://szabgab.com/blog.html Perl Training in Israel http://www.pti.co.il/ Test Automation Tipshttp://szabgab.com/test_automation_tips.html ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
How to query a website via Perl
Can someone please so me how to query a website remotely via cgi. Something like http://somesite/query=$var Then return the results. Thanks in advance _ Windows Live™: Keep your life in sync. http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs