Quote:
Originally Posted by tompe
I think the following would have worked:
Code:
cp -r lit2mobi Palm MobiPerl /usr/local/bin
The scripts like lit2mobi is written so that they include the directory containing the script in the search path for additional perl modules.
|
Yes, I think that would work as long as the shebang in the perl script was correct. And you set the execute permission on the script accordingly. I basically do the same thing on my Mac.
BOb