Sorry - I almost forgot. If you change the definition of
$master to the one above, you'll need to change the
print statement to:
print chr($master->[$j][0]);
That will return the ASCII characters, rather than the integer values. Sorry about that.
-Sherlock