Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing in bytecode

Status
Not open for further replies.

tytus2005

Programmer
Jul 5, 2005
16
PL
Is it possible to write script exactly in bytecode (I mean using characters with ASCII code less then 32). I know that
Code:
perlcc -B
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)...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top