Bookmarks::Bookmark - Object to represent a bookmark.


Bookmarks-Parser documentation Contained in the Bookmarks-Parser distribution.

Index


Code Index:

NAME

Top

Bookmarks::Bookmark - Object to represent a bookmark.

DESCRIPTION

Top

This is just a simple representation of a bookmark.

Accessors

Top

created

modified

visited

charset

url

name

id

personal

icon

description

expanded

trash

order

type

BUGS AND LIMITATIONS

Top

None known currently, please email the author if you find any

AUTHOR

Top

Jess Robinson <castaway@desert-island.demon.co.uk>

LICENSE

Top

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/);