|
Lines 1-7
Link Here
|
| 1 |
#!/usr/bin/perl |
1 |
#!/usr/bin/perl |
| 2 |
|
2 |
|
| 3 |
# $Id: usmarc_field_952v.pl,v 1.1.2.2 2006/09/20 02:59:53 kados Exp $ |
|
|
| 4 |
|
| 5 |
# Copyright 2000-2002 Katipo Communications |
3 |
# Copyright 2000-2002 Katipo Communications |
| 6 |
# |
4 |
# |
| 7 |
# This file is part of Koha. |
5 |
# This file is part of Koha. |
|
Lines 19-25
Link Here
|
| 19 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
17 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
| 20 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
18 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 21 |
|
19 |
|
| 22 |
#use strict; |
20 |
use strict; |
| 23 |
#use warnings; FIXME - Bug 2505 |
21 |
#use warnings; FIXME - Bug 2505 |
| 24 |
|
22 |
|
| 25 |
=head1 |
23 |
=head1 |
| 26 |
- |
|
|