使用 Native Perl 从网络服务获取数据
我正在尝试使用 perl 从网络服务/API 获取数据,例如 Delicious API 。有谁知道如何使用本机API(不是CPAN的模块)从网络服务/API获取此类XML格式的数据?
I am trying to use the perl to get the data from a network service/API, like the Delicious API . Does anyone know how to use the native API (not module from CPAN) to get such XML format data from the network service/API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不想使用 Net::Delicious?
顺便说一句,您可以使用 WWW::Mechanize 和 XML::Simple 解析响应。
Why don't you want to use Net::Delicious?
Btw, you can use WWW::Mechanize and XML::Simple to parse responses.