|
NAMETeng::Plugin::Lookup - lookup single row.NAMEpackage MyDB; use parent qw/Teng/; __PACKAGE__->load_plugin('Lookup'); package main; my $db = MyDB->new(...); $db->lookup('user' => +{id => 1}); # => get single row DESCRIPTIONThis plugin provides fast lookup row .METHODS
Visit the GSP FreeBSD Man Page Interface. |