Senna::Values - Wrapper Around sen_values


Senna documentation  | view source Contained in the Senna distribution.

Index


NAME

Top

Senna::Values - Wrapper Around sen_values

SYNOPSIS

Top

  use Senna::Values;
  my $v = Senna::Values->new;
  $v->add(str => $str, weight => $weight);
  $v->close;

METHODS

Top

new

open

creates a new Senna::Values instance. new() is a synonym for open()

close

add

AUTHOR

Top

Copyright (C) 2005 - 2006 by Daisuke Maki <dmaki@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.

Development funded by Brazil Ltd. <http://dev.razil.jp/project/senna/>


Senna documentation  | view source Contained in the Senna distribution.