The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

Version 0.011

SYNOPSIS

use WWW::VieDeMerde;

my $toto = WWW::VieDeMerde->new();
my $tata = $toto->get(1664);

print $tata->texte, $tata->auteur;

DESCRIPTION

You should first read the documentation WWW::VieDeMerde !

Vous devriez commencer par lire la documentation de WWW::VieDeMerde !

Un objet de la classe WWW::VieDeMerde::Message décrit une viedemerde. Normalement, vous ne devriez pas avoir à créer vous-même un tel objet, WWW::VieDeMerde s'en charge.

Seuls les accesseurs suivants sont utiles :

  • id

  • auteur

  • categorie

  • date

  • je_valide

  • bien_merite

  • commentaires

    Indique le nombre de commentaires

  • texte

  • commentable

METHODS

new

Crée un nouveau WWW::VieDeMerde::Message à partir d'un nœud vdm de l'arbre xml

parse

Prend un arbre xml et renvoie la listes des WWW::VieDeMerde::Message 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.