/[webpac2]/trunk/lib/WebPAC/Input/MARC.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Input/MARC.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 416 by dpavlin, Sun Feb 26 23:21:50 2006 UTC revision 497 by dpavlin, Sun May 14 19:45:36 2006 UTC
# Line 30  structure using C<MARC::Fast>. Line 30  structure using C<MARC::Fast>.
30    
31  =head2 open_db  =head2 open_db
32    
33  Returns handle to database  Returns handle to database and size in records
34    
35    my $db = $open_db(    my ($db,$size) = $open_db(
36          path => '/path/to/marc.iso',          path => '/path/to/marc.iso',
37          filter => \&code_ref,          filter => \&code_ref,
38    }    }

Legend:
Removed from v.416  
changed lines
  Added in v.497

  ViewVC Help
Powered by ViewVC 1.1.26