perl中有没有类似于http://httparty.rubyforge.org/的东西?其他库如何处理http api?
问候
发布于 2011-04-15 19:49:41
与网站交互的标准包有WWW::Mechanize、LWP::UserAgent和LWP::Simple。我认为Mechanize会很容易地实现你想要的东西。
发布于 2011-04-15 19:48:17
我认为HTTParty看起来与Perl的WebService::Simple非常相似。
发布于 2011-04-15 19:45:38
HTTP::Lite有帮助吗?(我不知道ruby httparty是做什么的)。
https://stackoverflow.com/questions/5674904
复制相似问题