Thread [HTTP::DetectUserAgent] und IE 11 (23 answers)
Opened by bianca at 2013-11-22 10:46

pq
 2013-11-22 14:20
#172155 #172155
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread [HTTP::DetectUserAgent] und IE 11