llppcc has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use WWW::Mechanize; my $mech = WWW::Mechanize->new( autocheck => 1); my $url2 = "https://login.live.com/login.srf?id=2&svc=mail&cbid=24325& +msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1033&_lang=EN&bk=1633438"; $mech->get($url2); print $mech->content; print $mech->forms;
Edited by planetscape - removed "<br>" from code
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: segmentation fault
by McDarren (Abbot) on Jul 10, 2006 at 01:53 UTC | |
by llppcc (Initiate) on Jul 10, 2006 at 02:20 UTC | |
Re: segmentation fault
by ioannis (Abbot) on Jul 10, 2006 at 03:00 UTC |