in reply to Re(4):Short and Sweet Browser Detection
in thread Short and Sweet Browser Detection
When you are trying to think outside the box, remember to look at the box.(my $user_agent = $ENV{USER_AGENT}) =~ s!<whatever>!!; if (exists $user_agents->{$user_agent}) { # foo } else { # bar }
Cheers,
KM
|
---|