--- trunk/lib/WebPAC/Input.pm 2005/07/16 11:07:38 3 +++ trunk/lib/WebPAC/Input.pm 2005/07/16 14:44:38 6 @@ -26,6 +26,7 @@ my $db = WebPAC::Input->new( format => 'NULL', config => $config, + lookup => $lookup_obj, ); $db->open('/path/to/database'); @@ -43,8 +44,6 @@ my $db = new WebPAC::Input( format => 'NULL' ); -This function will load needed wrapper module and - =cut sub new { @@ -55,22 +54,6 @@ $self ? return $self : return undef; } -=head2 open - -=cut - -sub open { -} - -=head2 function2 - -=cut - -sub function2 { -} - - - =head1 MEMORY USAGE C options is double-edged sword. If enabled, WebPAC