if ( $_ eq 'nc' || $_ eq 'qop' || $_ eq 'algorithm' ) { # diese drei Parameter müssen ohne Anführungszeichen (http://www.ietf.org/rfc/rfc2617.txt), selbst eingebaut, siehe Bugreport: https://rt.cpan.org/Public/Bug/Display.html?id=43354 und Forum: http://www.perl-community.de/bat/poard/thread/18377 push(@pairs, "$_=" . qq($resp{$_})); } else { push(@pairs, "$_=" . qq("$resp{$_}")); }