Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

SuicideJunkie's scratchpad

by SuicideJunkie (Vicar)
on Aug 09, 2007 at 19:48 UTC ( [id://631644]=scratchpad: print w/replies, xml ) Need Help??

open my $fh, '+>>', $_ or die "Open failed: $!\n"; binmode $fh; seek $fh, (-s $_) - 0xC2, 0 or die "Can't seek: $!"; printf "Found myself at position 0x%x out of 0x%x\n", tell($fh), -s $_ +; print $fh (pack'C[4]', @vertAlign);
Results:
Found myself at position 0xc01501 out of 0xc015c3 Found myself at position 0x3795 out of 0x3857
The four values still get tacked on to the END of the file instead of overwriting in the middle...
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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-03-19 04:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found