my $token = $attr->{TOKEN}; # z.b. "csrftoken" oder ".config.token" my $token_expr = $htc->get_compiler->parse_var($htc, var => $token, # die 3 zeilen sind leider noch notwendig, evtl. kann # ich die mal woanders hin schieben method_call => $htc->method_call, deref => $htc->deref, formatter_path => $htc->formatter_path, );