Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: perl unpack and matching the unpacked data

by Laurent_R (Canon)
on Jul 17, 2014 at 18:05 UTC ( [id://1094101]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($data eq "8000" or $data eq 0080){
        $tid = "TEST";
    ...
        $buf = $tool;
    } 
    elsif ...
    
  2. or download this
    $tid = "CEX" if grep {$_ eq $data} qw /8300 0083 ... 8F00 008F/;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1094101]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-16 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found