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

HTML::Widgets::Index::Item - Perl extension for blah blah blah

SYNOPSIS

use HTML::Widgets::Index::Item;
blah blah blah

DESCRIPTION

Stub documentation for HTML::Widgets::Index::Item was created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.

Blah blah blah.

CONSTRUCTORS

new

my $item = HTML::Widgets::Index::Item->new(
   id => 34,
   text => 'By Picture',
   uri => '/movies/by_picture.html',
   active => 0,
   level => 2,
);

open

mt $item = HTML::Widgets::Index::Item->open(
      dbh => $dbh,
      id => 34,
      table_items => 'items',
);

METHODS

  my $list_of_items = HTML::Widgets::Index::Item->search(
	dbh => $dbh,
	table_items => 'index_items',
    level => 0,
  );

config_fields

AUTHOR

Francesc Guasch - Ortiz , frankie@etsetb.upc.es

SEE ALSO

perl(1).