# You should have received a copy of the GNU General Public License
# along with Koha; if not, see <http://www.gnu.org/licenses>.
use strict;
use Modern::Perl;
use warnings;
use CGI qw ( -utf8 );
use C4::Auth;
use Graphics::Magick;
use vars qw($debug);
use Text::CSV_XS;
use autouse 'Data::Dumper' => qw(Dumper);
#!/usr/bin/perl
-