| Bookmarks-Parser documentation | Contained in the Bookmarks-Parser distribution. |
Bookmarks::Bookmark - Object to represent a bookmark.
This is just a simple representation of a bookmark.
None known currently, please email the author if you find any
Jess Robinson <castaway@desert-island.demon.co.uk>
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Bookmarks-Parser documentation | Contained in the Bookmarks-Parser distribution. |
package Bookmarks::Bookmark; use base 'Class::Accessor'; use warnings; Bookmarks::Bookmark->mk_accessors(qw/created modified visited charset url name id personal icon description expanded trash order type/);