my $script_name = "/cgi-bin/koha/admin/marctagstructure.pl";
my $dbh = C4::Context->dbh;
my $cache = Koha::Cache->get_instance();
our $cache = Koha::Cache->get_instance();
# open template
my ($template, $loggedinuser, $cookie)
-