Net::Gopher::Response::XML

Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML.
Download

Net::Gopher::Response::XML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • William G. Davis
  • Publisher web site:
  • http://search.cpan.org/~wgdavis/Net-Gopher-Response-XML-0.90/lib/Net/Gopher/Response/XML.pm

Net::Gopher::Response::XML Tags


Net::Gopher::Response::XML Description

Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML. Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML.SYNOPSIS use Net::Gopher; use Net::Gopher::Response::XML; ... $response->as_xml(File => 'menu.xml');This module contains code to convert a response from a Gopher or Gopher+ Gopherspace to XML. This functionality was originally in the Net::Gopher core, but its features are seldom needed, and it was deemed by me, Will, to be unnecessary bloat.The module has one method, as_xml(), which you can call on Net::Gopher::Response objects to generate XML. If you have existing code that expects Net::Gopher::Response to already have as_xml() in it, just add the use Net::Gopher::Response::XML to the top of the script as shown in the SYNOPSIS and it should work fine with both pre 1.05 and post 1.05 versions.Requirements:· Perl Requirements: · Perl


Net::Gopher::Response::XML Related Software