in reply to Re^7: p0fq.pl and pack
in thread p0fq.pl and pack?

ahh, replace C With L works

my ($magic, $id, $type, $genre, $detail, $dist, $link, $tos, $fw,$nat, + $real, $score, $mflags, $uptime) = unpack ("L L L Z20 Z40 c Z30 Z30 C C C s! S! N", $response);
Thanks for the clue :)

Replies are listed 'Best First'.
Re^9: p0fq.pl and pack
by macli (Beadle) on Feb 20, 2007 at 22:22 UTC
    Sorry, I am wrong, I accidently ran the c test program instead of perl test script, the c test program works both on x86 and Mac