Help for this page

Select Code to Download


  1. or download this
    sub new_atom_obj {
       my $class = 'XML::Atom::Syndication::' . shift;
    ...
       }
       return $self;
    }
    
  2. or download this
    my $atom_dt_format = DateTime::Format::Atom->new();
    
    ...
    $feed->updated($atom_dt_format->format_datetime($feed_last_updated));
    
    return $feed->as_xml();