|
Lines 75-80
if ( $help ) {
Link Here
|
| 75 |
pod2usage; |
75 |
pod2usage; |
| 76 |
} |
76 |
} |
| 77 |
|
77 |
|
|
|
78 |
$marcflavour = uc($marcflavour); |
| 79 |
|
| 78 |
if ( $marcflavour ne 'MARC21' |
80 |
if ( $marcflavour ne 'MARC21' |
| 79 |
and $marcflavour ne 'UNIMARC' ) { |
81 |
and $marcflavour ne 'UNIMARC' ) { |
| 80 |
say "Invalid MARC flavour '$marcflavour' passed."; |
82 |
say "Invalid MARC flavour '$marcflavour' passed."; |
| 81 |
- |
|
|