said:
>Does anyone here use Perl ?
Sure.
>I have unzipped the 5 archives from Hobbes to my I: drive.
>I then modified my CONFIG.SYS as directed by the README:
>set PERL_LIBPATH = L:/Perl/lib; X:\Perl\lib; (sub I: for X:)
The readme is wrong. It's meaningless, so drop the statement. FWIW,
spaces are not allowed in set statements, unless you don't want them to
work. :-)
If you use 4OS2, add
SET .pl=perl -w
> LIBPATH=...;I:\PERL\LIB\5.8.0;
This will do you no good.
> PATH=...;I:\PERL\BIN;
This is OK.
> SET PERL_SH_DIR=I:\PERL\BIN
This is OK if sh.exe if is in I:\PERL\BIN.
>What has me stumped at the moment is:
> SET PERLLIB_PREFIX=
>I have tried:
> SET PERLLIB_PREFIX=L:/PERLLIB/LIB;I;\PERL\LIB\5.8.0;
>and SET PERLLIB_PREFIX=L:/PERLLIB/LIB;I;\PERL\LIB\5.8.0
Use
SET PERLLIB_PREFIX=l:/perl/lib;I:\PERL\LIB
You need to point to the root of the Perl library tree. Perl knows how to
find the version specific subdirectories. You are telling Perl how to
translate compiled in references to l:/perl/lib.
>Neither work. TESTPERL.CMD says:
> Cannot find the core of Perl library.
This should go away once you fix up PERLLIB_PREFIX.
>It suggests: view perl PERLLIB_PREFIX, but the discussion there makes no
>sense to me.
Well, it's written by and for Perl programmers.
Steven
--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.67 #10183 Warp/eCS/DIY/14.103a_W4
www.scoug.com irc.fyrelizard.com #scoug (Wed 7pm PST)
----------------------------------------------------------------------
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
<< Previous Message <<
Return to [ 20 |
October |
2006 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.