Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Fcntl;
    ...
        return $x;
    }
    
  2. or download this
    open(my $FH, '>:raw', 'path/to/my/new/cool/bitmap.bmp');
    print $FH $my_carefully_packed_binary_data