On Tue, 6 Sep 2016 22:08:40 +0200 David Emanuel da Costa Santiago <[email protected]> wrote:
>
>
> Thanks :-)
>
> A little bug:
>
> > my %HexCodes = map { ord($_) => sprintf '%02X', $_ } ( 0 .. 128 );
> my %HexCodes = map { chr($_) => sprintf '%02X', $_ } ( 0 .. 128 );
>
>
>
>
Oops. :)
--
Don't stop where the ink does.
Shawn H Corey
mailto:[email protected]
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
