Do Chr and Ord give the same values no matter which OS. I want to write a JAPH, but my linux box is acting up (bad hardrive) so i'm working on Windows. I've always like Chr and Ords, especially for when you give a value an evaluatable string, ord it, add some values, chr it, then translate it with an RSA algorithm, so the string looks like code that would print a typo (impossible, i know, but sounds cool, eh?) Whatever. So i just wanted to know if say chr(34324) gives the same complicated ascii characters on windows as on linux, and anyother perl able system
In reply to Chr and Ord
by Rydor