<div dir="ltr"><br>Obrigados, mas não consegui pegar as informações do site( os cookies ) já tinha tentando antes, com outro script.<br><br><div class="gmail_quote">2008/9/14 Nelson Ferraz <span dir="ltr">&lt;<a href="mailto:nferraz@gmail.com">nferraz@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Um dos primeiros resultado da pesquisa por &quot;cookie_jar&quot; no Google retornou:<br>
<br>
<a href="http://www.infocopter.com/perl/CGI/lwpcookies.html" target="_blank">http://www.infocopter.com/perl/CGI/lwpcookies.html</a><br>
<br>
1.2.1 How to cgi post arguments and Cookies?<br>
<br>
my $ua = LWP::UserAgent-&gt;new(agent =&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&#39;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461)&#39; ,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&#39;cookie_jar&#39; =&gt; {file =&gt; &quot;lwpcookies.txt&quot;, autosave =&gt; 1}<br>
);<br>
<br>
my %tags = ();<br>
$tags{&#39;foo&#39; &nbsp;} = &#39;barfoo&#39;;<br>
$tags{&#39;bar&#39; &nbsp;} = &#39;foobar&#39;;<br>
<br>
my $resp = $ua-&gt;request(<br>
 &nbsp; &nbsp; &nbsp; &nbsp;POST &#39;<a href="http://www.example.org/script_that_plays_with_cookies.cgi" target="_blank">http://www.example.org/script_that_plays_with_cookies.cgi</a>&#39; ,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Content_Type &nbsp;=&gt; &#39;application/x-www-form-urlencoded&#39; ,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Content &nbsp; &nbsp; &nbsp; =&gt; [ %tags ]<br>
);<br>
<br>
<br>
Espero que seja útil.<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
SaoPaulo-pm mailing list<br>
<a href="mailto:SaoPaulo-pm@pm.org">SaoPaulo-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/saopaulo-pm" target="_blank">http://mail.pm.org/mailman/listinfo/saopaulo-pm</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Daniel de Oliveira Mantovani<br>&quot;A sede pelo aprendizado é insaciável&quot;<br><a href="http://mantovanihouse.blogspot.com/">http://mantovanihouse.blogspot.com/</a><br>
------------------------------------------------------------<br>
</div>