Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: ID3v2 TAG Footer Reading goes wrong

by roboticus (Chancellor)
on Jan 11, 2014 at 00:13 UTC ( [id://1070213]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $t += $_ for @memory;
    print "\nThe sum:\n";
    printf "% 10u : %032b\n", $t, $t;
    
  2. or download this
    Original values:
      0 : 00000000
      0 : 00000000
    ...
    
    The sum:
     123813888 : 00000111011000010100000000000000
    
  3. or download this
    sub plonk {
        my ($b0, $b1, $b2, $b3) = @_;
    ...
                + ($b2 & 0x7f) << 14
                + ($b3 & 0x7f) << 21;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-25 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found