On 7/26/07, sivasakthi <[EMAIL PROTECTED]> wrote:
Hi all,

what is the relation between Perl version , Perl byteloader & OS
version??

could u direct me the correct links???

Thanks.

It sounds like you want to use bytecode generated by one version of
Perl with another (or cross machine).  The short answer is "don't."
The medium answer is "Don't use bytecode."  The long answer is "Using
bytecode is a waste of your and everybody else's time.  You gain no
real advantage and you just make the job of maintaining the code
harder."

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to