7 lines
71 B
Perl
Executable file
7 lines
71 B
Perl
Executable file
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
#use DBI;
|
|
use C4::Search;
|
|
|
|
print "hello";
|