9 lines
98 B
Perl
Executable file
9 lines
98 B
Perl
Executable file
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use C4::Circulation;
|
|
|
|
|
|
Start_circ();
|
|
#my@date=Issue();
|
|
#print @date;
|