Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Unpack Many Fields

by shoness (Friar)
on Feb 15, 2010 at 23:38 UTC ( [id://823371]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $hash;
    
    ...
       $hash->{$code}->{'FIELD170'}) = unpack(
       "A14A1A1A1A5A5A30A50A20A1A5A5A5A5....");
    }
    
  2. or download this
      ($hash->{$code}->{$name[0]},
       $hash->{$code}->{$name[1]},
       $hash->{$code}->{$name[169]}) = unpack($fmt);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found