/[webpac]/trunk/marc_sf.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/marc_sf.pm

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

revision 90 by dpavlin, Sun Jul 13 13:22:50 2003 UTC revision 105 by dpavlin, Mon Jul 14 17:08:37 2003 UTC
# Line 1  Line 1 
1  #  #
2  # get_sf($marc,'field'[,'subfield'])  # marc_sf($marc,'field'[,'subfield'])
3  #  #
4  # e.g. get_sf($row,'700','a')  # e.g. marc_sf($row,'700','a')
5  #  #
6  sub get_sf {  sub marc_sf {
7          my $marc = shift @_;          my $marc = shift @_;
8          my $f = shift @_;          my $f = shift @_;
9          my $s = shift @_;          my $s = shift @_;

Legend:
Removed from v.90  
changed lines
  Added in v.105

  ViewVC Help
Powered by ViewVC 1.1.26