Thread [HTTP::DetectUserAgent] und IE 11
(23 answers)
Opened by bianca at 2013-11-22 10:46
wenn zwischen dem Trident und dem rv: noch was anderes steht, hat das aber nicht hin.
und _check_ie() muss erstmal aufgerufen werden: Code (perl): (dl
)
1 2 3 4 5 sub _parse_name { ... }elsif( $block->{'_comment'} && index($block->{'_comment'}, 'msie' ) != -1 ){ $self->_check_ie($ua, $block); da muss man also auch dran drehen. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |