in reply to Username using most of perl's list functions

You can use the oct function aswell.

You can replace the last chr(0b110011)with: chr oct q q0b110011q;

Can you update your post and use code tags instead of pre tags (since you are messing up the layout...)? (fixed)

Replies are listed 'Best First'.
Re^2: Username using most of perl's list functions
by mlh2003 (Scribe) on Feb 16, 2005 at 22:01 UTC
    Thanks Animator. I have fixed the formatting as suggested. I did have that code wrapped between code tags, although they were on the same line as the code - so for some reason it didn't format it correctly.

    After putting those tags on a line by themselves it came good ;)