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::OReillyMedia::Store::Book - Placeholder for the OReilly books.

VERSION

Version 0.01

METHODS

get_id()

Return the unique ID of the book.

get_url()

Return the URL for the book.

get_description()

Return the book description.

get_price()

Return the book price in US Dollars.

get_released()

Return the release date of the book.

is_ebook_available()

return 1 or 0 depending whether the ebook is available or not.

is_available_online()

Return 1 or 0 depending whether the book is available online or not.

as_string()

Return books details in a nice human readable format.

AUTHOR

Mohammad S Anwar, <mohammad.anwar at yahoo.com>

BUGS

Please report any bugs or feature requests to bug-www-oreillymedia-store at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-OReillyMedia-Store. 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::OReillyMedia::Store::Book

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2011 Mohammad S Anwar.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

DISCLAIMER

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.