Additions:
An example setvar.cmd I use with various versions of Open Watcom (see below script for more info):
SET PERL_SH_DIR=%PERLPATH%
Items to change:
**SET WATCOM=**
This is the location of the Open Watcom compiler. Not adding the above statements to config.sys and using the script allows you to have multiple OW versions on your system.
**SET TOOLKIT=**
Location of the OS/2 Toolkit, installed from eCS CD 2.
**SET PERLPATH=u:\perl**
**SET PERL_SH_DIR=%PERLPATH%**
Statements I add to use [[http://www.smedley.info/os2ports/index.php?page=perl Paul Smedley's perl port]] and installed in [[PerlSetup this manner]].
Deletions:
An example setvar.cmd I use with various versions of Open Watcom:
set PERL_SH_DIR=%PERLPATH%