Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print $raw_ret >> 8; print "\n";
    print (($raw_ret >> 8) & 0xFF); print "\n";
    print "\n";
    
  2. or download this
    [frink@truth ~/code/perl]$./ret-code.pl 
    'true':
    ...
    16777215
    255