#!/usr/bin/perl -w # browse through a binary file looking for bitmapped graphics, # especially fonts # user is expected to pipe through less $height = 8; # how many rows to display per block $width = 8; # how many blocks to display per line undef $/; $data = <>; for($offs=0; $offs