Home > Archive > PERL Beginners > July 2007 > what is the relation bn Perl version , Perl byteloader & OS version
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
what is the relation bn Perl version , Perl byteloader & OS version
|
|
| Sivasakthi 2007-07-26, 3:59 am |
| Hi all,
what is the relation between Perl version , Perl byteloader & OS
version??
could u direct me the correct links???
Thanks.
| |
| Yonghua 2007-07-26, 3:59 am |
|
> Hi all,
>
> what is the relation between Perl version , Perl byteloader & OS
> version??
>
See 'perldoc perlhist' for perl history list.
| |
| Chas Owens 2007-07-26, 3:59 am |
| On 7/26/07, sivasakthi <msivasakthi@gmail.com> 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."
|
|
|
|
|