I try to run the script and it says that the command is not found.  I have the
module in the same directory as the script.  I changed the path in the script to
where Perl is located on my LM 8.0.





Jim Dawson <[EMAIL PROTECTED]> on 06/15/2001
01:21:20 PM

To:   [EMAIL PROTECTED],
      [EMAIL PROTECTED]
cc:    (bcc: John A Fisher/Lex/Lexmark)
Subject:  Re:  [newbie] Perl



Perl code is very portable. Unless there is hardware or OS
specific code you can copy it from one platform to another
and it will work fine. Probabally your biggest concern will
be if there are any modules called by the perl script that
aren't on your linux box, but the modules should be portable
as well.

> I have created Perl programs on a FreeBSD machine and want
to run them on LM
> 8.0.  How would I do this?
>








Reply via email to