Re: Want help on libwww

2003-10-18 Thread David Busby
my $ua = new LWP::UserAgent(timeout=>10) or die("Failed to created UserAgent: $!"); my $cj = HTTP::Cookies->new(ignore_discard=>1,hide_cookie2=>1); $ua->cookie_jar($cj); Read about HTTP::Cookies and see the lwpcook book http://search.cpan.org/~gaas/libwww-perl-5.72/lib/HTTP/Cookies.pm http://sear

Want help on libwww

2003-10-18 Thread Abhishek jain
Hi friends, I want to make a programme that can send sms via web using www.sms.ac network.(I will pay them for allowing me).I do not know how to use libwww I downloaded a few tutorials but they were not good enough i am having problem with the cookies . Please if anyone of you could help me in m

Re: The saga continues

2003-10-18 Thread John J Lee
On Fri, 17 Oct 2003, Roderick A. Anderson wrote: [...] > my $res = LWP::UserAgent->new->request($form->click); > > Are there any methods to search $res (which contains another form) to pull > out specific inputs that have been returned? [...] Just do another HTML::Form->parse() on the response dat

Re: https

2003-10-18 Thread Gisle Aas
"LeFevre, Ken" <[EMAIL PROTECTED]> writes: > I'm trying to use ActiveState on Windows 2000 to access an https > page. I don't have Crypt::SSLeay installed. I checked out the > Active State site and found that they don't yet have a download for > it. Does anyone know where I could get a version