Help for this page

Select Code to Download


  1. or download this
    my $signal = pack ('H4', qw(ff ff 08 00));
    
    ...
    if ( substr($string, 0, 4) eq $signal ) {
        # it's in use
    }