/[Z3950-HTML-Scraper]/server.pl
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 /server.pl

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

revision 8 by dpavlin, Sat Jun 20 22:09:33 2009 UTC revision 9 by dpavlin, Sun Jun 21 08:16:41 2009 UTC
# Line 103  diag Dumper( $this ); Line 103  diag Dumper( $this );
103      }      }
104      elsif ( $req_form eq &Net::Z3950::OID::unimarc ) {  # FIXME convert to usmarc      elsif ( $req_form eq &Net::Z3950::OID::unimarc ) {  # FIXME convert to usmarc
105          $this->{REP_FORM} = &Net::Z3950::OID::unimarc;          $this->{REP_FORM} = &Net::Z3950::OID::unimarc;
106          $this->{RECORD} = COBISS->fetch_marc;          $this->{RECORD} = COBISS->fetch_rec('unimarc');
107        }
108        elsif ( $req_form eq &Net::Z3950::OID::usmarc ) {   # FIXME convert to usmarc
109            $this->{REP_FORM} = &Net::Z3950::OID::usmarc;
110            $this->{RECORD} = COBISS->fetch_rec('usmarc');
111      }      }
112      else {    ## Unsupported record format      else {    ## Unsupported record format
113          $this->{ERR_CODE} = 239;          $this->{ERR_CODE} = 239;

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26