|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^2: BIN to HEXby betterworld (Deacon) |
| on Aug 22, 2006 at 11:15 UTC ( #568805=note: print w/ replies, xml ) | Need Help?? |
|
if ($byte > 0x30) {Shouldn't that be ord($byte) > 0x30?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||