/[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 773 by dpavlin, Fri Nov 3 20:40:38 2006 UTC revision 774 by dpavlin, Fri Nov 3 20:56:21 2006 UTC
# Line 12  WebPAC::Input::MARC - support for MARC d Line 12  WebPAC::Input::MARC - support for MARC d
12    
13  =head1 VERSION  =head1 VERSION
14    
15  Version 0.07  Version 0.08
16    
17  =cut  =cut
18    
19  our $VERSION = '0.07';  our $VERSION = '0.08';
20    
21    
22  =head1 SYNOPSIS  =head1 SYNOPSIS
# Line 88  sub fetch_rec { Line 88  sub fetch_rec {
88          }          }
89  }  }
90    
91  =head2 dump_rec  =head2 dump_ascii
92    
93  Return dump of record with ID C<$mfn> from database  Return ASCII dump of record with ID C<$mfn> from database
94    
95    my $rec = $self->fetch_rec( $mfn );    print $self->dump_ascii( $mfn );
96    
97  }  }
98    
99  =cut  =cut
100    
101  sub dump_rec {  sub dump_ascii {
102          my $self = shift;          my $self = shift;
103    
104          my $mfn = shift;          my $mfn = shift;

Legend:
Removed from v.773  
changed lines
  Added in v.774

  ViewVC Help
Powered by ViewVC 1.1.26