XML::Atom::App

XML::Atom::App is a Perl module to quickly create small efficient scripts to syndicate via Atom.
Download

XML::Atom::App Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Muey
  • Publisher web site:
  • http://search.cpan.org/~dmuey/

XML::Atom::App Tags


XML::Atom::App Description

XML::Atom::App is a Perl module to quickly create small efficient scripts to syndicate via Atom. XML::Atom::App is a Perl module to quickly create small efficient scripts to syndicate via Atom.SYNOPSISA complete Atom feed script: use XML::Atom::App; XML::Atom::App->new({ 'title' => _get_title_string(), 'id' => _get_id_string(), 'updated' => XML::Atom::App->datetime_as_rfc3339( _get_last_updated_datetime_args() ), 'particles' => _get_latest_particles_arrayref(), })->output_with_headers(); Requirements: · Perl


XML::Atom::App Related Software