Is it possible to write script exactly in bytecode (I mean using characters with ASCII code less then 32). I know that
can be used, but it generates bytecode with architecture information and such a code can't be executed on other computers with different compiled perl (for example i486 and i386 architectures)...
Code:
perlcc -B