--- trunk/lib/WebPAC/Input/MARC.pm 2006/05/14 19:45:26 496 +++ trunk/lib/WebPAC/Input/MARC.pm 2006/05/14 19:45:36 497 @@ -30,9 +30,9 @@ =head2 open_db -Returns handle to database +Returns handle to database and size in records - my $db = $open_db( + my ($db,$size) = $open_db( path => '/path/to/marc.iso', filter => \&code_ref, }