Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Missing byte using unpack, pack, read(in terms of bytes)

by joemaniaci (Sexton)
on Jul 23, 2012 at 22:05 UTC ( [id://983244]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub grabFloat
    {
    ...
         my $value = unpack($floatTemp, $record);
         return $value;
    }
    
  2. or download this
    sub grabInt16
    {
    ...
         return $value;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found