|
Lines 1-8
Link Here
|
| 1 |
#!/usr/bin/perl |
1 |
#!/usr/bin/perl |
| 2 |
# load records that already have biblionumber set into a koha system |
2 |
# load records that already have biblionumber set into a koha system |
| 3 |
# Written by TG on 10/04/2006 |
3 |
# Written by TG on 10/04/2006 |
| 4 |
use strict; |
4 |
Modern::Perl; |
| 5 |
#use warnings; FIXME - Bug 2505 |
5 |
#Modern:Perl; FIXME - Bug 2505 |
| 6 |
BEGIN { |
6 |
BEGIN { |
| 7 |
# find Koha's Perl modules |
7 |
# find Koha's Perl modules |
| 8 |
# test carefully before changing this |
8 |
# test carefully before changing this |