The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::VieDeMerde::Comment - A message from VieDeMerde.fr

VERSION

Version 0.21

SYNOPSIS

    use WWW::VieDeMerde;
    
    my $toto = WWW::VieDeMerde->new();
    my @c = $toto->comments(1664);
    foreach @c {
       print $_->text, $_->author;
    }

DESCRIPTION

You should first read the documentation WWW::VieDeMerde !

A WWW::VieDeMerde::Comment object describes a fmylife or viedemerde comment. You probably do not need to create yourself such object, WWW::VieDeMerde manage it.

The following accessors are useful:

  • id

  • author

  • date

  • text

METHODS

new

Create a new WWW::VieDeMerde::Comment given a vdm node the xml response to a query.

parse

Take an xml tree and return a list of WWW::VieDeMerde::Comment. qu'il contient.

AUTHOR

Olivier Schwander, <olivier.schwander at ens-lyon.org>

BUGS

Please report any bugs or feature requests to bug-www-vdm at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-VieDeMerde. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WWW::VieDeMerde

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Olivier Schwander, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.