Help for this page

Select Code to Download


  1. or download this
    $ie->getAgent();
    
    my %hash = %{$ie->getAgent()};
    foreach my $key (keys %hash) {
        printf "at %s we have %s\n", $key, $hash{$key};
    }