Lines 19-26
use Modern::Perl;
Link Here
|
19 |
use CGI; |
19 |
use CGI; |
20 |
use Scalar::Util qw( looks_like_number ); |
20 |
use Scalar::Util qw( looks_like_number ); |
21 |
use List::Util qw( first ); |
21 |
use List::Util qw( first ); |
22 |
use C4::Output; |
22 |
use C4::Output qw( output_html_with_http_headers ); |
23 |
use C4::Auth; |
23 |
use C4::Auth qw( get_template_and_user ); |
24 |
use C4::Log; |
24 |
use C4::Log; |
25 |
|
25 |
|
26 |
use Koha::SearchEngine::Elasticsearch; |
26 |
use Koha::SearchEngine::Elasticsearch; |
27 |
- |
|
|