in reply to Re^4: Fastest way to lookup a point in a set
in thread Fastest way to lookup a point in a set
It's not "," , that's just the placeholder in Perl's syntax.
I don't know and can't think of any number format or localization which uses chr(28) .
Printable characters start from chr(32) onwards.
to avoid confusion
hex, oct, dez
perl -e "print 0x1c,034,28" 282828
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Fastest way to lookup a point in a set
by swl (Prior) on Aug 07, 2017 at 23:53 UTC |