Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: ID3v2 TAG Footer Reading goes wrong

by thanos1983 (Parson)
on Jan 10, 2014 at 23:51 UTC ( [id://1070210]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $mp3_size = ($memory[0] & 0xFF) |
        (( $memory[1] & 0xFF ) << 7) |
        (( $memory[2] & 0xFF ) << 14) |
        (( $memory[3] & 0xFF ) << 21);
    
  2. or download this
    $VAR1 = 0;
    $VAR2 = 0;
    $VAR3 = 5;
    $VAR4 = 59;
    
  3. or download this
    $VAR1 = 123813888;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 20:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found