Help for this page

Select Code to Download


  1. or download this
    foreach (qw( genre detail link tos )) {
       $data->{$_} = pack('c*', $data->{$_});
       $data->{$_} =~ s/\x00.*//;
    }
    
  2. or download this
    $c->tag('p0f_response.genre',  Format => 'String');
    $c->tag('p0f_response.detail', Format => 'String');
    $c->tag('p0f_response.link',   Format => 'String');
    $c->tag('p0f_response.tos',    Format => 'String');