Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Binary data structure to moose class.

by chrestomanci (Priest)
on Jan 02, 2013 at 15:14 UTC ( [id://1011290]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $hmt_data = new Binary::Humax::hmt_data();      # Object will be us
    +eless as it contains no data
    $hmt_data->raw_from_file($path_name);              # At this point onl
    +y the 'rawData' field is populated
    my $field = $hmt_data->startTime();                # Invokes a lazy bu
    +ilder to extract the field.
    
  2. or download this
    use DateTime;
    use Moose;
    ...
        my $self = shift @_;
        return unpack('@33 A512', $self->rawDataBlock() );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-23 06:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found