home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _9906a32afe5ef0daa22457bc5bc29e15 < prev    next >
Text File  |  2000-03-23  |  70KB  |  1,348 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.</TITLE>
  4. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  5. <LINK REV="made" HREF="mailto:">
  6. </HEAD>
  7.  
  8. <BODY>
  9. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  10. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  11. <STRONG><P CLASS=block> perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.</P></STRONG>
  12. </TD></TR>
  13. </TABLE>
  14.  
  15. <A NAME="__index__"></A>
  16. <!-- INDEX BEGIN -->
  17.  
  18. <UL>
  19.  
  20.     <LI><A HREF="#name">NAME</A></LI>
  21.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  22.     <UL>
  23.  
  24.         <LI><A HREF="#target">Target</A></LI>
  25.         <LI><A HREF="#other oses">Other OSes</A></LI>
  26.         <LI><A HREF="#prerequisites">Prerequisites</A></LI>
  27.         <LI><A HREF="#starting perl programs under os/2 (and dos and...)">Starting Perl programs under OS/2 (and DOS and...)</A></LI>
  28.         <LI><A HREF="#starting os/2 (and dos) programs under perl">Starting OS/2 (and DOS) programs under Perl</A></LI>
  29.     </UL>
  30.  
  31.     <LI><A HREF="#frequently asked questions">Frequently asked questions</A></LI>
  32.     <UL>
  33.  
  34.         <LI><A HREF="#i cannot run external programs">I cannot run external programs</A></LI>
  35.         <LI><A HREF="#i cannot embed perl into my program, or use perl.dll from my">I cannot embed perl into my program, or use <EM>perl.dll</EM> from my</A></LI>
  36.         <LI><A HREF="#`` and pipeopen do not work under dos."><CODE>``</CODE> and pipe-<A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open</CODE></A> do not work under DOS.</A></LI>
  37.         <LI><A HREF="#cannot start find.exe pattern file">Cannot start <CODE>find.exe "pattern" file</CODE></A></LI>
  38.     </UL>
  39.  
  40.     <LI><A HREF="#installation">INSTALLATION</A></LI>
  41.     <UL>
  42.  
  43.         <LI><A HREF="#automatic binary installation">Automatic binary installation</A></LI>
  44.         <LI><A HREF="#manual binary installation">Manual binary installation</A></LI>
  45.         <LI><A HREF="#warning"><STRONG>Warning</STRONG></A></LI>
  46.     </UL>
  47.  
  48.     <LI><A HREF="#accessing documentation">Accessing documentation</A></LI>
  49.     <UL>
  50.  
  51.         <LI><A HREF="#os/2 .inf file">OS/2 <EM>.INF</EM> file</A></LI>
  52.         <LI><A HREF="#plain text">Plain text</A></LI>
  53.         <LI><A HREF="#manpages">Manpages</A></LI>
  54.         <LI><A HREF="#html">HTML</A></LI>
  55.         <LI><A HREF="#gnu info files">GNU <CODE>info</CODE> files</A></LI>
  56.         <LI><A HREF="#.pdf files"><EM>.PDF</EM> files</A></LI>
  57.         <LI><A HREF="#latex docs"><CODE>LaTeX</CODE> docs</A></LI>
  58.     </UL>
  59.  
  60.     <LI><A HREF="#build">BUILD</A></LI>
  61.     <UL>
  62.  
  63.         <LI><A HREF="#prerequisites">Prerequisites</A></LI>
  64.         <LI><A HREF="#getting perl source">Getting perl source</A></LI>
  65.         <LI><A HREF="#application of the patches">Application of the patches</A></LI>
  66.         <LI><A HREF="#handediting">Hand-editing</A></LI>
  67.         <LI><A HREF="#making">Making</A></LI>
  68.         <LI><A HREF="#testing">Testing</A></LI>
  69.         <LI><A HREF="#installing the built perl">Installing the built perl</A></LI>
  70.         <LI><A HREF="#a.outstyle build"><CODE>a.out</CODE>-style build</A></LI>
  71.     </UL>
  72.  
  73.     <LI><A HREF="#build faq">Build FAQ</A></LI>
  74.     <UL>
  75.  
  76.         <LI><A HREF="#some / became \ in pdksh.">Some <CODE>/</CODE> became <CODE>\</CODE> in pdksh.</A></LI>
  77.         <LI><A HREF="#'errno'  unresolved external"><CODE>'errno'</CODE> - unresolved external</A></LI>
  78.         <LI><A HREF="#problems with tr or sed">Problems with tr or sed</A></LI>
  79.         <LI><A HREF="#some problem (forget which ;)">Some problem (forget which ;-)</A></LI>
  80.         <LI><A HREF="#library ... not found">Library ... not found</A></LI>
  81.         <LI><A HREF="#segfault in make">Segfault in make</A></LI>
  82.     </UL>
  83.  
  84.     <LI><A HREF="#specific (mis)features of os/2 port">Specific (mis)features of OS/2 port</A></LI>
  85.     <UL>
  86.  
  87.         <LI><A HREF="#setpriority, getpriority"><A HREF="../../lib/Pod/perlfunc.html#item_setpriority"><CODE>setpriority</CODE></A>, <A HREF="../../lib/Pod/perlfunc.html#item_getpriority"><CODE>getpriority</CODE></A></A></LI>
  88.         <LI><A HREF="#system()"><A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system()</CODE></A></A></LI>
  89.         <LI><A HREF="#extproc on the first line"><CODE>extproc</CODE> on the first line</A></LI>
  90.         <LI><A HREF="#additional modules:">Additional modules:</A></LI>
  91.         <LI><A HREF="#prebuilt methods:">Prebuilt methods:</A></LI>
  92.         <LI><A HREF="#misfeatures">Misfeatures</A></LI>
  93.         <LI><A HREF="#modifications">Modifications</A></LI>
  94.     </UL>
  95.  
  96.     <LI><A HREF="#perl flavors">Perl flavors</A></LI>
  97.     <UL>
  98.  
  99.         <LI><A HREF="#perl.exe"><EM>perl.exe</EM></A></LI>
  100.         <LI><A HREF="#perl_.exe"><EM>perl_.exe</EM></A></LI>
  101.         <LI><A HREF="#perl__.exe"><EM>perl__.exe</EM></A></LI>
  102.         <LI><A HREF="#perl___.exe"><EM>perl___.exe</EM></A></LI>
  103.         <LI><A HREF="#why strange names">Why strange names?</A></LI>
  104.         <LI><A HREF="#why dynamic linking">Why dynamic linking?</A></LI>
  105.         <LI><A HREF="#why chimera build">Why chimera build?</A></LI>
  106.     </UL>
  107.  
  108.     <LI><A HREF="#environment">ENVIRONMENT</A></LI>
  109.     <UL>
  110.  
  111.         <LI><A HREF="#perllib_prefix"><CODE>PERLLIB_PREFIX</CODE></A></LI>
  112.         <LI><A HREF="#perl_badlang"><CODE>PERL_BADLANG</CODE></A></LI>
  113.         <LI><A HREF="#perl_badfree"><CODE>PERL_BADFREE</CODE></A></LI>
  114.         <LI><A HREF="#perl_sh_dir"><CODE>PERL_SH_DIR</CODE></A></LI>
  115.         <LI><A HREF="#use_perl_flock"><CODE>USE_PERL_FLOCK</CODE></A></LI>
  116.         <LI><A HREF="#tmp or temp"><CODE>TMP</CODE> or <CODE>TEMP</CODE></A></LI>
  117.     </UL>
  118.  
  119.     <LI><A HREF="#evolution">Evolution</A></LI>
  120.     <UL>
  121.  
  122.         <LI><A HREF="#priorities">Priorities</A></LI>
  123.         <LI><A HREF="#dll name mangling">DLL name mangling</A></LI>
  124.         <LI><A HREF="#threading">Threading</A></LI>
  125.         <LI><A HREF="#calls to external programs">Calls to external programs</A></LI>
  126.         <LI><A HREF="#memory allocation">Memory allocation</A></LI>
  127.         <LI><A HREF="#threads">Threads</A></LI>
  128.     </UL>
  129.  
  130.     <LI><A HREF="#author">AUTHOR</A></LI>
  131.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  132. </UL>
  133. <!-- INDEX END -->
  134.  
  135. <HR>
  136. <P>
  137. <H1><A NAME="name">NAME</A></H1>
  138. <P>perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.</P>
  139. <P>
  140. <HR>
  141. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  142. <P>One can read this document in the following formats:</P>
  143. <PRE>
  144.         man <A HREF="../../lib/Pod/perlos2.html">perlos2</A>
  145.         view perl <A HREF="../../lib/Pod/perlos2.html">perlos2</A>
  146.         explorer <A HREF="../../lib/Pod/perlos2.html">perlos2</A>.html
  147.         info <A HREF="../../lib/Pod/perlos2.html">perlos2</A></PRE>
  148. <P>to list some (not all may be available simultaneously), or it may
  149. be read <EM>as is</EM>: either as <EM>README.os2</EM>, or <EM>pod/perlos2.pod</EM>.</P>
  150. <P>To read the <EM>.INF</EM> version of documentation (<STRONG>very</STRONG> recommended)
  151. outside of OS/2, one needs an IBM's reader (may be available on IBM
  152. ftp sites (?)  (URL anyone?)) or shipped with PC DOS 7.0 and IBM's
  153. Visual Age C++ 3.5.</P>
  154. <P>A copy of a Win* viewer is contained in the ``Just add OS/2 Warp'' package</P>
  155. <PRE>
  156.   <A HREF="ftp://ftp.software.ibm.com/ps/products/os2/tools/jaow/jaow.zip">ftp://ftp.software.ibm.com/ps/products/os2/tools/jaow/jaow.zip</A></PRE>
  157. <P>in <EM>?:\JUST_ADD\view.exe</EM>. This gives one an access to EMX's 
  158. <EM>.INF</EM> docs as well (text form is available in <EM>/emx/doc</EM> in 
  159. EMX's distribution).</P>
  160. <P>Note that if you have <EM>lynx.exe</EM> installed, you can follow WWW links
  161. from this document in <EM>.INF</EM> format. If you have EMX docs installed 
  162. correctly, you can follow library links (you need to have <CODE>view emxbook</CODE>
  163. working by setting <CODE>EMXBOOK</CODE> environment variable as it is described
  164. in EMX docs).</P>
  165. <P>
  166. <H2><A NAME="target">Target</A></H2>
  167. <P>The target is to make OS/2 the best supported platform for
  168. using/building/developing Perl and <EM>Perl applications</EM>, as well as
  169. make Perl the best language to use under OS/2. The secondary target is
  170. to try to make this work under DOS and Win* as well (but not <STRONG>too</STRONG> hard).</P>
  171. <P>The current state is quite close to this target. Known limitations:</P>
  172. <UL>
  173. <LI>
  174. Some *nix programs use <A HREF="#item_fork"><CODE>fork()</CODE></A> a lot, but currently <A HREF="#item_fork"><CODE>fork()</CODE></A> is not
  175. supported after <EM>use</EM>ing dynamically loaded extensions.
  176. <P></P>
  177. <LI>
  178. You need a separate perl executable <EM>perl__.exe</EM> (see <A HREF="#perl__.exe">the perl__.exe manpage</A>)
  179. to use PM code in your application (like the forthcoming Perl/Tk).
  180. <P></P>
  181. <LI>
  182. There is no simple way to access WPS objects. The only way I know
  183. is via <CODE>OS2::REXX</CODE> extension (see <A HREF="../../OS2/REXX.html">the OS2::REXX manpage</A>), and we do not have access to
  184. convenience methods of Object-REXX. (Is it possible at all? I know
  185. of no Object-REXX API.)
  186. <P></P></UL>
  187. <P>Please keep this list up-to-date by informing me about other items.</P>
  188. <P>
  189. <H2><A NAME="other oses">Other OSes</A></H2>
  190. <P>Since OS/2 port of perl uses a remarkable EMX environment, it can
  191. run (and build extensions, and - possibly - be build itself) under any
  192. environment which can run EMX. The current list is DOS,
  193. DOS-inside-OS/2, Win0.3*, Win0.95 and WinNT. Out of many perl flavors,
  194. only one works, see <A HREF="#perl_.exe">perl_.exe</A>.</P>
  195. <P>Note that not all features of Perl are available under these
  196. environments. This depends on the features the <EM>extender</EM> - most
  197. probably RSX - decided to implement.</P>
  198. <P>Cf. <EM>Prerequisites</EM>.</P>
  199. <P>
  200. <H2><A NAME="prerequisites">Prerequisites</A></H2>
  201. <DL>
  202. <DT><STRONG><A NAME="item_EMX">EMX</A></STRONG><BR>
  203. <DD>
  204. EMX runtime is required (may be substituted by RSX). Note that
  205. it is possible to make <EM>perl_.exe</EM> to run under DOS without any
  206. external support by binding <EM>emx.exe</EM>/<EM>rsx.exe</EM> to it, see <EM>emxbind</EM>. Note
  207. that under DOS for best results one should use RSX runtime, which
  208. has much more functions working (like <A HREF="#item_fork"><CODE>fork</CODE></A>, <A HREF="#item_popen"><CODE>popen</CODE></A> and so on). In
  209. fact RSX is required if there is no VCPI present. Note the
  210. RSX requires DPMI.
  211. <P>Only the latest runtime is supported, currently <CODE>0.9c</CODE>. Perl may run
  212. under earlier versions of EMX, but this is not tested.</P>
  213. <P>One can get different parts of EMX from, say</P>
  214. <PRE>
  215.   <A HREF="ftp://ftp.cdrom.com/pub/os2/emx09c/">ftp://ftp.cdrom.com/pub/os2/emx09c/</A>
  216.   <A HREF="ftp://hobbes.nmsu.edu/os2/unix/emx09c/">ftp://hobbes.nmsu.edu/os2/unix/emx09c/</A></PRE>
  217. <P>The runtime component should have the name <EM>emxrt.zip</EM>.</P>
  218. <P><STRONG>NOTE</STRONG>. It is enough to have <EM>emx.exe</EM>/<EM>rsx.exe</EM> on your path. One
  219. does not need to specify them explicitly (though this</P>
  220. <PRE>
  221.   emx perl_.exe -de 0</PRE>
  222. <P>will work as well.)</P>
  223. <P></P>
  224. <DT><STRONG><A NAME="item_RSX">RSX</A></STRONG><BR>
  225. <DD>
  226. To run Perl on DPMI platforms one needs RSX runtime. This is
  227. needed under DOS-inside-OS/2, Win0.3*, Win0.95 and WinNT (see 
  228. <A HREF="#other oses">Other OSes</A>). RSX would not work with VCPI
  229. only, as EMX would, it requires DMPI.
  230. <P>Having RSX and the latest <EM>sh.exe</EM> one gets a fully functional
  231. <STRONG>*nix</STRONG>-ish environment under DOS, say, <A HREF="#item_fork"><CODE>fork</CODE></A>, <CODE>``</CODE> and
  232. pipe-<A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open</CODE></A> work. In fact, MakeMaker works (for static build), so one
  233. can have Perl development environment under DOS.</P>
  234. <P>One can get RSX from, say</P>
  235. <PRE>
  236.   <A HREF="ftp://ftp.cdrom.com/pub/os2/emx09c/contrib">ftp://ftp.cdrom.com/pub/os2/emx09c/contrib</A>
  237.   <A HREF="ftp://ftp.uni-bielefeld.de/pub/systems/msdos/misc">ftp://ftp.uni-bielefeld.de/pub/systems/msdos/misc</A>
  238.   <A HREF="ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/contrib">ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/contrib</A></PRE>
  239. <P>Contact the author on <CODE>rainer@mathematik.uni-bielefeld.de</CODE>.</P>
  240. <P>The latest <EM>sh.exe</EM> with DOS hooks is available at</P>
  241. <PRE>
  242.   <A HREF="ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/sh_dos.zip">ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/sh_dos.zip</A></PRE>
  243. <P></P>
  244. <DT><STRONG><A NAME="item_HPFS">HPFS</A></STRONG><BR>
  245. <DD>
  246. Perl does not care about file systems, but to install the whole perl
  247. library intact one needs a file system which supports long file names.
  248. <P>Note that if you do not plan to build the perl itself, it may be
  249. possible to fool EMX to truncate file names. This is not supported,
  250. read EMX docs to see how to do it.</P>
  251. <P></P>
  252. <DT><STRONG><A NAME="item_pdksh">pdksh</A></STRONG><BR>
  253. <DD>
  254. To start external programs with complicated command lines (like with
  255. pipes in between, and/or quoting of arguments), Perl uses an external
  256. shell. With EMX port such shell should be named <sh.exe>, and located
  257. either in the wired-in-during-compile locations (usually <EM>F:/bin</EM>),
  258. or in configurable location (see <A HREF="#perl_sh_dir">PERL_SH_DIR</A>).
  259. <P>For best results use EMX pdksh. The soon-to-be-available standard
  260. binary (5.2.12?) runs under DOS (with <A HREF="#item_RSX">RSX</A>) as well, meanwhile use
  261. the binary from</P>
  262. <PRE>
  263.   <A HREF="ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/sh_dos.zip">ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/sh_dos.zip</A></PRE>
  264. <P></P></DL>
  265. <P>
  266. <H2><A NAME="starting perl programs under os/2 (and dos and...)">Starting Perl programs under OS/2 (and DOS and...)</A></H2>
  267. <P>Start your Perl program <EM>foo.pl</EM> with arguments <CODE>arg1 arg2 arg3</CODE> the
  268. same way as on any other platform, by</P>
  269. <PRE>
  270.         perl foo.pl arg1 arg2 arg3</PRE>
  271. <P>If you want to specify perl options <CODE>-my_opts</CODE> to the perl itself (as
  272. opposed to to your program), use</P>
  273. <PRE>
  274.         perl -my_opts foo.pl arg1 arg2 arg3</PRE>
  275. <P>Alternately, if you use OS/2-ish shell, like CMD or 4os2, put
  276. the following at the start of your perl script:</P>
  277. <PRE>
  278.         extproc perl -S -my_opts</PRE>
  279. <P>rename your program to <EM>foo.cmd</EM>, and start it by typing</P>
  280. <PRE>
  281.         foo arg1 arg2 arg3</PRE>
  282. <P>Note that because of stupid OS/2 limitations the full path of the perl
  283. script is not available when you use <CODE>extproc</CODE>, thus you are forced to
  284. use <CODE>-S</CODE> perl switch, and your script should be on path. As a plus
  285. side, if you know a full path to your script, you may still start it
  286. with</P>
  287. <PRE>
  288.         perl ../../blah/foo.cmd arg1 arg2 arg3</PRE>
  289. <P>(note that the argument <CODE>-my_opts</CODE> is taken care of by the <CODE>extproc</CODE> line
  290. in your script, see <A HREF="#c<extproc> on the first line"><CODE>extproc</CODE> on the first line</A>).</P>
  291. <P>To understand what the above <EM>magic</EM> does, read perl docs about <CODE>-S</CODE>
  292. switch - see <A HREF="../../lib/Pod/perlrun.html">the perlrun manpage</A>, and cmdref about <CODE>extproc</CODE>:</P>
  293. <PRE>
  294.         view perl <A HREF="../../lib/Pod/perlrun.html">perlrun</A>
  295.         man <A HREF="../../lib/Pod/perlrun.html">perlrun</A>
  296.         view cmdref extproc
  297.         help extproc</PRE>
  298. <P>or whatever method you prefer.</P>
  299. <P>There are also endless possibilities to use <EM>executable extensions</EM> of
  300. 4os2, <EM>associations</EM> of WPS and so on... However, if you use
  301. *nixish shell (like <EM>sh.exe</EM> supplied in the binary distribution),
  302. you need to follow the syntax specified in <A HREF="../../lib/Pod/perlrun.html#switches">Switches in the perlrun manpage</A>.</P>
  303. <P>Note that <STRONG>-S</STRONG> switch enables a search with additional extensions 
  304. <EM>.cmd</EM>, <EM>.btm</EM>, <EM>.bat</EM>, <EM>.pl</EM> as well.</P>
  305. <P>
  306. <H2><A NAME="starting os/2 (and dos) programs under perl">Starting OS/2 (and DOS) programs under Perl</A></H2>
  307. <P>This is what <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system()</CODE></A> (see <A HREF="../../lib/Pod/perlfunc.html#system">system in the perlfunc manpage</A>), <CODE>``</CODE> (see
  308. <A HREF="../../lib/Pod/perlop.html#i/o operators">I/O Operators in the perlop manpage</A>), and <EM>open pipe</EM> (see <A HREF="../../lib/Pod/perlfunc.html#open">open in the perlfunc manpage</A>)
  309. are for. (Avoid <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> (see <A HREF="../../lib/Pod/perlfunc.html#exec">exec in the perlfunc manpage</A>) unless you know what you
  310. do).</P>
  311. <P>Note however that to use some of these operators you need to have a
  312. sh-syntax shell installed (see <A HREF="#pdksh">Pdksh</A>, 
  313. <A HREF="#frequently asked questions">Frequently asked questions</A>), and perl should be able to find it
  314. (see <A HREF="#perl_sh_dir">PERL_SH_DIR</A>).</P>
  315. <P>The cases when the shell is used are:</P>
  316. <OL>
  317. <LI>
  318. One-argument <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system()</CODE></A> (see <A HREF="../../lib/Pod/perlfunc.html#system">system in the perlfunc manpage</A>), <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> (see <A HREF="../../lib/Pod/perlfunc.html#exec">exec in the perlfunc manpage</A>)
  319. with redirection or shell meta-characters;
  320. <P></P>
  321. <LI>
  322. Pipe-open (see <A HREF="../../lib/Pod/perlfunc.html#open">open in the perlfunc manpage</A>) with the command which contains redirection 
  323. or shell meta-characters;
  324. <P></P>
  325. <LI>
  326. Backticks <CODE>``</CODE> (see <A HREF="../../lib/Pod/perlop.html#i/o operators">I/O Operators in the perlop manpage</A>) with the command which contains
  327. redirection or shell meta-characters;
  328. <P></P>
  329. <LI>
  330. If the executable called by system()/exec()/pipe-open()/<CODE>``</CODE> is a script
  331. with the ``magic'' <CODE>#!</CODE> line or <CODE>extproc</CODE> line which specifies shell;
  332. <P></P>
  333. <LI>
  334. If the executable called by system()/exec()/pipe-open()/<CODE>``</CODE> is a script
  335. without ``magic'' line, and <CODE>$ENV{EXECSHELL}</CODE> is set to shell;
  336. <P></P>
  337. <LI>
  338. If the executable called by system()/exec()/pipe-open()/<CODE>``</CODE> is not
  339. found;
  340. <P></P>
  341. <LI>
  342. For globbing (see <A HREF="../../lib/Pod/perlfunc.html#glob">glob in the perlfunc manpage</A>, <A HREF="../../lib/Pod/perlop.html#i/o operators">I/O Operators in the perlop manpage</A>).
  343. <P></P></OL>
  344. <P>For the sake of speed for a common case, in the above algorithms 
  345. backslashes in the command name are not considered as shell metacharacters.</P>
  346. <P>Perl starts scripts which begin with cookies
  347. <CODE>extproc</CODE> or <CODE>#!</CODE> directly, without an intervention of shell.  Perl uses the
  348. same algorithm to find the executable as <EM>pdksh</EM>: if the path
  349. on <CODE>#!</CODE> line does not work, and contains <CODE>/</CODE>, then the executable
  350. is searched in <EM>.</EM> and on <A HREF="../../lib/Pod/perlrun.html#item_PATH"><CODE>PATH</CODE></A>.  To find arguments for these scripts
  351. Perl uses a different algorithm than <EM>pdksh</EM>: up to 3 arguments are 
  352. recognized, and trailing whitespace is stripped.</P>
  353. <P>If a script
  354. does not contain such a cooky, then to avoid calling <EM>sh.exe</EM>, Perl uses
  355. the same algorithm as <EM>pdksh</EM>: if <CODE>$ENV{EXECSHELL}</CODE> is set, the
  356. script is given as the first argument to this command, if not set, then
  357. <CODE>$ENV{COMSPEC} /c</CODE> is used (or a hardwired guess if <CODE>$ENV{COMSPEC}</CODE> is
  358. not set).</P>
  359. <P>If starting scripts directly, Perl will use exactly the same algorithm as for 
  360. the search of script given by <STRONG>-S</STRONG> command-line option: it will look in
  361. the current directory, then on components of <CODE>$ENV{PATH}</CODE> using the 
  362. following order of appended extensions: no extension, <EM>.cmd</EM>, <EM>.btm</EM>, 
  363. <EM>.bat</EM>, <EM>.pl</EM>.</P>
  364. <P>Note that Perl will start to look for scripts only if OS/2 cannot start the
  365. specified application, thus <CODE>system 'blah'</CODE> will not look for a script if 
  366. there is an executable file <EM>blah.exe</EM> <EM>anywhere</EM> on <A HREF="../../lib/Pod/perlrun.html#item_PATH"><CODE>PATH</CODE></A>.</P>
  367. <P>Note also that executable files on OS/2 can have an arbitrary extension, 
  368. but <EM>.exe</EM> will be automatically appended if no dot is present in the name.  
  369. The workaround as as simple as that:  since <EM>blah.</EM> and <EM>blah</EM> denote the 
  370. same file, to start an executable residing in file <EM>n:/bin/blah</EM> (no 
  371. extension) give an argument <CODE>n:/bin/blah.</CODE> to system().</P>
  372. <P>The last note is that currently it is not straightforward to start PM 
  373. programs from VIO (=text-mode) Perl process and visa versa.  Either ensure
  374. that shell will be used, as in <CODE>system 'cmd /c epm'</CODE>, or start it using
  375. optional arguments to <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system()</CODE></A> documented in <CODE>OS2::Process</CODE> module.  This
  376. is considered a bug and should be fixed soon.</P>
  377. <P>
  378. <HR>
  379. <H1><A NAME="frequently asked questions">Frequently asked questions</A></H1>
  380. <P>
  381. <H2><A NAME="i cannot run external programs">I cannot run external programs</A></H2>
  382. <DL>
  383. <DT><DD>
  384. Did you run your programs with <CODE>-w</CODE> switch? See 
  385. <EM>Starting OS/2 (and DOS) programs under Perl</EM>.
  386. <P></P>
  387. <DT><DD>
  388. Do you try to run <EM>internal</EM> shell commands, like <CODE>`copy a b`</CODE>
  389. (internal for <EM>cmd.exe</EM>), or <CODE>`glob a*b`</CODE> (internal for ksh)? You
  390. need to specify your shell explicitly, like <CODE>`cmd /c copy a b`</CODE>,
  391. since Perl cannot deduce which commands are internal to your shell.
  392. <P></P></DL>
  393. <P>
  394. <H2><A NAME="i cannot embed perl into my program, or use perl.dll from my program.">I cannot embed perl into my program, or use <EM>perl.dll</EM> from my
  395. program.</A></H2>
  396. <DL>
  397. <DT><STRONG><A NAME="item_Is_your_program_EMX%2Dcompiled_with_%2DZmt_%2DZcrt">Is your program EMX-compiled with <CODE>-Zmt -Zcrtdll</CODE>?</A></STRONG><BR>
  398. <DD>
  399. If not, you need to build a stand-alone DLL for perl. Contact me, I
  400. did it once. Sockets would not work, as a lot of other stuff.
  401. <P></P>
  402. <DT><STRONG><A NAME="item_Did_you_use_ExtUtils%3A%3AEmbed%3F">Did you use <A HREF="../../lib/ExtUtils/Embed.html">the ExtUtils::Embed manpage</A>?</A></STRONG><BR>
  403. <DD>
  404. I had reports it does not work. Somebody would need to fix it.
  405. <P></P></DL>
  406. <P>
  407. <H2><A NAME="`` and pipeopen do not work under dos."><CODE>``</CODE> and pipe-<A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open</CODE></A> do not work under DOS.</A></H2>
  408. <P>This may a variant of just <A HREF="#i cannot run external programs">I cannot run external programs</A>, or a
  409. deeper problem. Basically: you <EM>need</EM> RSX (see <A HREF="#prerequisites">Prerequisites</A>)
  410. for these commands to work, and you may need a port of <EM>sh.exe</EM> which
  411. understands command arguments. One of such ports is listed in
  412. <A HREF="#prerequisites">Prerequisites</A> under RSX. Do not forget to set variable
  413. <CODE>"PERL_SH_DIR"</CODE> as well.</P>
  414. <P>DPMI is required for RSX.</P>
  415. <P>
  416. <H2><A NAME="cannot start find.exe pattern file">Cannot start <CODE>find.exe "pattern" file</CODE></A></H2>
  417. <P>Use one of</P>
  418. <PRE>
  419.   system 'cmd', '/c', 'find "pattern" file';
  420.   `cmd /c 'find "pattern" file'`</PRE>
  421. <P>This would start <EM>find.exe</EM> via <EM>cmd.exe</EM> via <CODE>sh.exe</CODE> via
  422. <CODE>perl.exe</CODE>, but this is a price to pay if you want to use
  423. non-conforming program. In fact <EM>find.exe</EM> cannot be started at all
  424. using C library API only. Otherwise the following command-lines were
  425. equivalent:</P>
  426. <PRE>
  427.   find "pattern" file
  428.   find pattern file</PRE>
  429. <P>
  430. <HR>
  431. <H1><A NAME="installation">INSTALLATION</A></H1>
  432. <P>
  433. <H2><A NAME="automatic binary installation">Automatic binary installation</A></H2>
  434. <P>The most convenient way of installing perl is via perl installer
  435. <EM>install.exe</EM>. Just follow the instructions, and 99% of the
  436. installation blues would go away.</P>
  437. <P>Note however, that you need to have <EM>unzip.exe</EM> on your path, and
  438. EMX environment <EM>running</EM>. The latter means that if you just
  439. installed EMX, and made all the needed changes to <EM>Config.sys</EM>,
  440. you may need to reboot in between. Check EMX runtime by running</P>
  441. <PRE>
  442.         emxrev</PRE>
  443. <P>A folder is created on your desktop which contains some useful
  444. objects.</P>
  445. <P><STRONG>Things not taken care of by automatic binary installation:</STRONG></P>
  446. <DL>
  447. <DT><STRONG><A NAME="item_PERL_BADLANG"><CODE>PERL_BADLANG</CODE></A></STRONG><BR>
  448. <DD>
  449. may be needed if you change your codepage <EM>after</EM> perl installation,
  450. and the new value is not supported by EMX. See <A HREF="#perl_badlang">PERL_BADLANG</A>.
  451. <P></P>
  452. <DT><STRONG><A NAME="item_PERL_BADFREE"><CODE>PERL_BADFREE</CODE></A></STRONG><BR>
  453. <DD>
  454. see <A HREF="#perl_badfree">PERL_BADFREE</A>.
  455. <P></P>
  456. <DT><STRONG><A NAME="item_Config%2Epm"><EM>Config.pm</EM></A></STRONG><BR>
  457. <DD>
  458. This file resides somewhere deep in the location you installed your
  459. perl library, find it out by
  460. <PRE>
  461.   perl -MConfig -le "print $INC{'Config.pm'}"</PRE>
  462. <P>While most important values in this file <EM>are</EM> updated by the binary
  463. installer, some of them may need to be hand-edited. I know no such
  464. data, please keep me informed if you find one.</P>
  465. <P></P></DL>
  466. <P><STRONG>NOTE</STRONG>. Because of a typo the binary installer of 5.00305
  467. would install a variable <CODE>PERL_SHPATH</CODE> into <EM>Config.sys</EM>. Please
  468. remove this variable and put <CODE>PERL_SH_DIR</CODE> instead.</P>
  469. <P>
  470. <H2><A NAME="manual binary installation">Manual binary installation</A></H2>
  471. <P>As of version 5.00305, OS/2 perl binary distribution comes split
  472. into 11 components. Unfortunately, to enable configurable binary
  473. installation, the file paths in the zip files are not absolute, but
  474. relative to some directory.</P>
  475. <P>Note that the extraction with the stored paths is still necessary
  476. (default with unzip, specify <CODE>-d</CODE> to pkunzip). However, you
  477. need to know where to extract the files. You need also to manually
  478. change entries in <EM>Config.sys</EM> to reflect where did you put the
  479. files. Note that if you have some primitive unzipper (like
  480. pkunzip), you may get a lot of warnings/errors during
  481. unzipping. Upgrade to <CODE>(w)unzip</CODE>.</P>
  482. <P>Below is the sample of what to do to reproduce the configuration on my
  483. machine:</P>
  484. <DL>
  485. <DT><STRONG><A NAME="item_executables">Perl VIO and PM executables (dynamically linked)</A></STRONG><BR>
  486. <DD>
  487. <PRE>
  488.   unzip perl_exc.zip *.exe *.ico -d f:/emx.add/bin
  489.   unzip perl_exc.zip *.dll -d f:/emx.add/dll</PRE>
  490. <P>(have the directories with <CODE>*.exe</CODE> on PATH, and <CODE>*.dll</CODE> on
  491. LIBPATH);</P>
  492. <DT><STRONG><A NAME="item_executable">Perl_ VIO executable (statically linked)</A></STRONG><BR>
  493. <DD>
  494. <PRE>
  495.   unzip perl_aou.zip -d f:/emx.add/bin</PRE>
  496. <P>(have the directory on PATH);</P>
  497. <DT><STRONG><A NAME="item_Executables_for_Perl_utilities">Executables for Perl utilities</A></STRONG><BR>
  498. <DD>
  499. <PRE>
  500.   unzip perl_utl.zip -d f:/emx.add/bin</PRE>
  501. <P>(have the directory on PATH);</P>
  502. <DT><STRONG><A NAME="item_Main_Perl_library">Main Perl library</A></STRONG><BR>
  503. <DD>
  504. <PRE>
  505.   unzip perl_mlb.zip -d f:/perllib/lib</PRE>
  506. <P>If this directory is preserved, you do not need to change
  507. anything. However, for perl to find it if it is changed, you need to
  508. <CODE>set PERLLIB_PREFIX</CODE> in <EM>Config.sys</EM>, see <A HREF="#perllib_prefix">PERLLIB_PREFIX</A>.</P>
  509. <DT><STRONG><A NAME="item_Additional_Perl_modules">Additional Perl modules</A></STRONG><BR>
  510. <DD>
  511. <PRE>
  512.   unzip perl_ste.zip -d f:/perllib/lib/site_perl</PRE>
  513. <P>If you do not change this directory, do nothing. Otherwise put this
  514. directory and subdirectory <EM>./os2</EM> in <A HREF="../../lib/Pod/perlrun.html#item_PERLLIB"><CODE>PERLLIB</CODE></A> or <A HREF="../../lib/Pod/perlrun.html#item_PERL5LIB"><CODE>PERL5LIB</CODE></A>
  515. variable. Do not use <A HREF="../../lib/Pod/perlrun.html#item_PERL5LIB"><CODE>PERL5LIB</CODE></A> unless you have it set already. See
  516. <A HREF="../../lib/Pod/perl.html#environment">ENVIRONMENT in the perl manpage</A>.</P>
  517. <DT><STRONG><A NAME="item_Tools_to_compile_Perl_modules">Tools to compile Perl modules</A></STRONG><BR>
  518. <DD>
  519. <PRE>
  520.   unzip perl_blb.zip -d f:/perllib/lib</PRE>
  521. <P>If this directory is preserved, you do not need to change
  522. anything. However, for perl to find it if it is changed, you need to
  523. <CODE>set PERLLIB_PREFIX</CODE> in <EM>Config.sys</EM>, see <A HREF="#perllib_prefix">PERLLIB_PREFIX</A>.</P>
  524. <DT><STRONG><A NAME="item_Manpages_for_Perl_and_utilities">Manpages for Perl and utilities</A></STRONG><BR>
  525. <DD>
  526. <PRE>
  527.   unzip perl_man.zip -d f:/perllib/man</PRE>
  528. <P>This directory should better be on <CODE>MANPATH</CODE>. You need to have a
  529. working man to access these files.</P>
  530. <DT><STRONG><A NAME="item_Manpages_for_Perl_modules">Manpages for Perl modules</A></STRONG><BR>
  531. <DD>
  532. <PRE>
  533.   unzip perl_mam.zip -d f:/perllib/man</PRE>
  534. <P>This directory should better be on <CODE>MANPATH</CODE>. You need to have a
  535. working man to access these files.</P>
  536. <DT><STRONG><A NAME="item_Source_for_Perl_documentation">Source for Perl documentation</A></STRONG><BR>
  537. <DD>
  538. <PRE>
  539.   unzip perl_pod.zip -d f:/perllib/lib</PRE>
  540. <P>This is used by by <CODE>perldoc</CODE> program (see <EM>perldoc</EM>), and may be used to
  541. generate HTML documentation usable by WWW browsers, and
  542. documentation in zillions of other formats: <CODE>info</CODE>, <CODE>LaTeX</CODE>,
  543. <CODE>Acrobat</CODE>, <CODE>FrameMaker</CODE> and so on.</P>
  544. <DT><STRONG><A NAME="item_Perl_manual_in_%2EINF_format">Perl manual in <EM>.INF</EM> format</A></STRONG><BR>
  545. <DD>
  546. <PRE>
  547.   unzip perl_inf.zip -d d:/os2/book</PRE>
  548. <P>This directory should better be on <CODE>BOOKSHELF</CODE>.</P>
  549. <DT><STRONG><A NAME="item_Pdksh">Pdksh</A></STRONG><BR>
  550. <DD>
  551. <PRE>
  552.   unzip perl_sh.zip -d f:/bin</PRE>
  553. <P>This is used by perl to run external commands which explicitly
  554. require shell, like the commands using <EM>redirection</EM> and <EM>shell
  555. metacharacters</EM>. It is also used instead of explicit <EM>/bin/sh</EM>.</P>
  556. <P>Set <CODE>PERL_SH_DIR</CODE> (see <A HREF="#perl_sh_dir">PERL_SH_DIR</A>) if you move <EM>sh.exe</EM> from
  557. the above location.</P>
  558. <P><STRONG>Note.</STRONG> It may be possible to use some other sh-compatible shell
  559. (<EM>not tested</EM>).</P>
  560. </DL>
  561. <P>After you installed the components you needed and updated the
  562. <EM>Config.sys</EM> correspondingly, you need to hand-edit
  563. <EM>Config.pm</EM>. This file resides somewhere deep in the location you
  564. installed your perl library, find it out by</P>
  565. <PRE>
  566.   perl -MConfig -le "print $INC{'Config.pm'}"</PRE>
  567. <P>You need to correct all the entries which look like file paths (they
  568. currently start with <CODE>f:/</CODE>).</P>
  569. <P>
  570. <H2><A NAME="warning"><STRONG>Warning</STRONG></A></H2>
  571. <P>The automatic and manual perl installation leave precompiled paths
  572. inside perl executables. While these paths are overwriteable (see
  573. <A HREF="#perllib_prefix">PERLLIB_PREFIX</A>, <A HREF="#perl_sh_dir">PERL_SH_DIR</A>), one may get better results by
  574. binary editing of paths inside the executables/DLLs.</P>
  575. <P>
  576. <HR>
  577. <H1><A NAME="accessing documentation">Accessing documentation</A></H1>
  578. <P>Depending on how you built/installed perl you may have (otherwise
  579. identical) Perl documentation in the following formats:</P>
  580. <P>
  581. <H2><A NAME="os/2 .inf file">OS/2 <EM>.INF</EM> file</A></H2>
  582. <P>Most probably the most convenient form. Under OS/2 view it as</P>
  583. <PRE>
  584.   view perl
  585.   view perl <A HREF="../../lib/Pod/perlfunc.html">perlfunc</A>
  586.   view perl less
  587.   view perl ExtUtils::MakeMaker</PRE>
  588. <P>(currently the last two may hit a wrong location, but this may improve
  589. soon). Under Win* see <A HREF="#synopsis">SYNOPSIS</A>.</P>
  590. <P>If you want to build the docs yourself, and have <EM>OS/2 toolkit</EM>, run</P>
  591. <PRE>
  592.         pod2ipf > perl.ipf</PRE>
  593. <P>in <EM>/perllib/lib/pod</EM> directory, then</P>
  594. <PRE>
  595.         ipfc /inf perl.ipf</PRE>
  596. <P>(Expect a lot of errors during the both steps.) Now move it on your
  597. BOOKSHELF path.</P>
  598. <P>
  599. <H2><A NAME="plain text">Plain text</A></H2>
  600. <P>If you have perl documentation in the source form, perl utilities
  601. installed, and GNU groff installed, you may use</P>
  602. <PRE>
  603.         perldoc <A HREF="../../lib/Pod/perlfunc.html">perlfunc</A>
  604.         perldoc less
  605.         perldoc ExtUtils::MakeMaker</PRE>
  606. <P>to access the perl documentation in the text form (note that you may get
  607. better results using perl manpages).</P>
  608. <P>Alternately, try running pod2text on <EM>.pod</EM> files.</P>
  609. <P>
  610. <H2><A NAME="manpages">Manpages</A></H2>
  611. <P>If you have man installed on your system, and you installed perl
  612. manpages, use something like this:</P>
  613. <PRE>
  614.         man <A HREF="../../lib/Pod/perlfunc.html">perlfunc</A>
  615.         man 3 less
  616.         man ExtUtils.MakeMaker</PRE>
  617. <P>to access documentation for different components of Perl. Start with</P>
  618. <PRE>
  619.         man perl</PRE>
  620. <P>Note that dot (<EM>.</EM>) is used as a package separator for documentation
  621. for packages, and as usual, sometimes you need to give the section - <CODE>3</CODE>
  622. above - to avoid shadowing by the <EM>less(1) manpage</EM>.</P>
  623. <P>Make sure that the directory <STRONG>above</STRONG> the directory with manpages is
  624. on our <CODE>MANPATH</CODE>, like this</P>
  625. <PRE>
  626.   set MANPATH=c:/man;f:/perllib/man</PRE>
  627. <P>
  628. <H2><A NAME="html">HTML</A></H2>
  629. <P>If you have some WWW browser available, installed the Perl
  630. documentation in the source form, and Perl utilities, you can build
  631. HTML docs. Cd to directory with <EM>.pod</EM> files, and do like this</P>
  632. <PRE>
  633.         cd f:/perllib/lib/pod
  634.         pod2html</PRE>
  635. <P>After this you can direct your browser the file <EM>perl.html</EM> in this
  636. directory, and go ahead with reading docs, like this:</P>
  637. <PRE>
  638.         explore <A HREF="file:///f:/perllib/lib/pod/perl.html">file:///f:/perllib/lib/pod/perl.html</A></PRE>
  639. <P>Alternatively you may be able to get these docs prebuilt from CPAN.</P>
  640. <P>
  641. <H2><A NAME="gnu info files">GNU <CODE>info</CODE> files</A></H2>
  642. <P>Users of Emacs would appreciate it very much, especially with
  643. <CODE>CPerl</CODE> mode loaded. You need to get latest <CODE>pod2info</CODE> from <CODE>CPAN</CODE>,
  644. or, alternately, prebuilt info pages.</P>
  645. <P>
  646. <H2><A NAME=".pdf files"><EM>.PDF</EM> files</A></H2>
  647. <P>for <CODE>Acrobat</CODE> are available on CPAN (for slightly old version of
  648. perl).</P>
  649. <P>
  650. <H2><A NAME="latex docs"><CODE>LaTeX</CODE> docs</A></H2>
  651. <P>can be constructed using <CODE>pod2latex</CODE>.</P>
  652. <P>
  653. <HR>
  654. <H1><A NAME="build">BUILD</A></H1>
  655. <P>Here we discuss how to build Perl under OS/2. There is an alternative
  656. (but maybe older) view on <A HREF="http://www.shadow.net/~troc/os2perl.html">http://www.shadow.net/~troc/os2perl.html</A>.</P>
  657. <P>
  658. <H2><A NAME="prerequisites">Prerequisites</A></H2>
  659. <P>You need to have the latest EMX development environment, the full
  660. GNU tool suite (gawk renamed to awk, and GNU <EM>find.exe</EM>
  661. earlier on path than the OS/2 <EM>find.exe</EM>, same with <EM>sort.exe</EM>, to
  662. check use</P>
  663. <PRE>
  664.   find --version
  665.   sort --version</PRE>
  666. <P>). You need the latest version of <EM>pdksh</EM> installed as <EM>sh.exe</EM>.</P>
  667. <P>Check that you have <STRONG>BSD</STRONG> libraries and headers installed, and - 
  668. optionally - Berkeley DB headers and libraries, and crypt.</P>
  669. <P>Possible locations to get this from are</P>
  670. <PRE>
  671.   <A HREF="ftp://hobbes.nmsu.edu/os2/unix/">ftp://hobbes.nmsu.edu/os2/unix/</A>
  672.   <A HREF="ftp://ftp.cdrom.com/pub/os2/unix/">ftp://ftp.cdrom.com/pub/os2/unix/</A>
  673.   <A HREF="ftp://ftp.cdrom.com/pub/os2/dev32/">ftp://ftp.cdrom.com/pub/os2/dev32/</A>
  674.   <A HREF="ftp://ftp.cdrom.com/pub/os2/emx09c/">ftp://ftp.cdrom.com/pub/os2/emx09c/</A></PRE>
  675. <P>It is reported that the following archives contain enough utils to
  676. build perl: gnufutil.zip, gnusutil.zip, gnututil.zip, gnused.zip,
  677. gnupatch.zip, gnuawk.zip, gnumake.zip and ksh527rt.zip.  Note that
  678. all these utilities are known to be available from LEO:</P>
  679. <PRE>
  680.   <A HREF="ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu">ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu</A></PRE>
  681. <P>Make sure that no copies or perl are currently running.  Later steps
  682. of the build may fail since an older version of perl.dll loaded into
  683. memory may be found.</P>
  684. <P>Also make sure that you have <EM>/tmp</EM> directory on the current drive,
  685. and <EM>.</EM> directory in your <CODE>LIBPATH</CODE>. One may try to correct the
  686. latter condition by</P>
  687. <PRE>
  688.   set BEGINLIBPATH .</PRE>
  689. <P>if you use something like <EM>CMD.EXE</EM> or latest versions of <EM>4os2.exe</EM>.</P>
  690. <P>Make sure your gcc is good for <CODE>-Zomf</CODE> linking: run <CODE>omflibs</CODE>
  691. script in <EM>/emx/lib</EM> directory.</P>
  692. <P>Check that you have link386 installed. It comes standard with OS/2,
  693. but may be not installed due to customization. If typing</P>
  694. <PRE>
  695.   link386</PRE>
  696. <P>shows you do not have it, do <EM>Selective install</EM>, and choose <CODE>Link
  697. object modules</CODE> in <EM>Optional system utilities/More</EM>. If you get into
  698. link386, press <CODE>Ctrl-C</CODE>.</P>
  699. <P>
  700. <H2><A NAME="getting perl source">Getting perl source</A></H2>
  701. <P>You need to fetch the latest perl source (including developers
  702. releases). With some probability it is located in</P>
  703. <PRE>
  704.   <A HREF="http://www.perl.com/CPAN/src/5.0">http://www.perl.com/CPAN/src/5.0</A>
  705.   <A HREF="http://www.perl.com/CPAN/src/5.0/unsupported">http://www.perl.com/CPAN/src/5.0/unsupported</A></PRE>
  706. <P>If not, you may need to dig in the indices to find it in the directory
  707. of the current maintainer.</P>
  708. <P>Quick cycle of developers release may break the OS/2 build time to
  709. time, looking into</P>
  710. <PRE>
  711.   <A HREF="http://www.perl.com/CPAN/ports/os2/ilyaz/">http://www.perl.com/CPAN/ports/os2/ilyaz/</A></PRE>
  712. <P>may indicate the latest release which was publicly released by the
  713. maintainer. Note that the release may include some additional patches
  714. to apply to the current source of perl.</P>
  715. <P>Extract it like this</P>
  716. <PRE>
  717.   tar vzxf perl5.00409.tar.gz</PRE>
  718. <P>You may see a message about errors while extracting <EM>Configure</EM>. This is
  719. because there is a conflict with a similarly-named file <EM>configure</EM>.</P>
  720. <P>Change to the directory of extraction.</P>
  721. <P>
  722. <H2><A NAME="application of the patches">Application of the patches</A></H2>
  723. <P>You need to apply the patches in <EM>./os2/diff.*</EM> like this:</P>
  724. <PRE>
  725.   gnupatch -p0 < os2\diff.configure</PRE>
  726. <P>You may also need to apply the patches supplied with the binary
  727. distribution of perl.</P>
  728. <P>Note also that the <EM>db.lib</EM> and <EM>db.a</EM> from the EMX distribution
  729. are not suitable for multi-threaded compile (note that currently perl
  730. is not multithread-safe, but is compiled as multithreaded for
  731. compatibility with XFree86-OS/2). Get a corrected one from</P>
  732. <PRE>
  733.   <A HREF="ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/db_mt.zip">ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/db_mt.zip</A></PRE>
  734. <P>To make <CODE>-p</CODE> filetest work, one may also need to apply the following patch
  735. to EMX headers:</P>
  736. <PRE>
  737.   --- /emx/include/sys/stat.h.orig      Thu May 23 13:48:16 1996
  738.   +++ /emx/include/sys/stat.h   Sun Jul 12 14:11:32 1998
  739.   @@ -53,7 +53,7 @@ struct stat
  740.    #endif</PRE>
  741. <PRE>
  742.    #if !defined (S_IFMT)
  743.   -#define S_IFMT   0160000  /* Mask for file type */
  744.   +#define S_IFMT   0170000  /* Mask for file type */
  745.    #define S_IFIFO  0010000  /* Pipe */
  746.    #define S_IFCHR  0020000  /* Character device */
  747.    #define S_IFDIR  0040000  /* Directory */</PRE>
  748. <P>
  749. <H2><A NAME="handediting">Hand-editing</A></H2>
  750. <P>You may look into the file <EM>./hints/os2.sh</EM> and correct anything
  751. wrong you find there. I do not expect it is needed anywhere.</P>
  752. <P>
  753. <H2><A NAME="making">Making</A></H2>
  754. <PRE>
  755.   sh Configure -des -D prefix=f:/perllib</PRE>
  756. <P><CODE>prefix</CODE> means: where to install the resulting perl library. Giving
  757. correct prefix you may avoid the need to specify <CODE>PERLLIB_PREFIX</CODE>,
  758. see <A HREF="#perllib_prefix">PERLLIB_PREFIX</A>.</P>
  759. <P><EM>Ignore the message about missing <CODE>ln</CODE>, and about <CODE>-c</CODE> option to
  760. tr</EM>. In fact if you can trace where the latter spurious warning
  761. comes from, please inform me.</P>
  762. <P>Now</P>
  763. <PRE>
  764.   make</PRE>
  765. <P>At some moment the built may die, reporting a <EM>version mismatch</EM> or
  766. <EM>unable to run <EM>perl</EM></EM>. This means that most of the build has been
  767. finished, and it is the time to move the constructed <EM>perl.dll</EM> to
  768. some <EM>absolute</EM> location in LIBPATH. After this is done the build
  769. should finish without a lot of fuss. <EM>One can avoid the interruption
  770. if one has the correct prebuilt version of <EM>perl.dll</EM> on LIBPATH, but
  771. probably this is not needed anymore, since <EM>miniperl.exe</EM> is linked
  772. statically now.</EM></P>
  773. <P>Warnings which are safe to ignore: <EM>mkfifo() redefined</EM> inside
  774. <EM>POSIX.c</EM>.</P>
  775. <P>
  776. <H2><A NAME="testing">Testing</A></H2>
  777. <P>If you haven't yet moved perl.dll onto LIBPATH, do it now (alternatively, if
  778. you have a previous perl installation you'd rather not disrupt until this one
  779. is installed, copy perl.dll to the t directory).</P>
  780. <P>Now run</P>
  781. <PRE>
  782.   make test</PRE>
  783. <P>All tests should succeed (with some of them skipped).  Note that on one
  784. of the systems I see intermittent failures of <EM>io/pipe.t</EM> subtest 9.
  785. Any help to track what happens with this test is appreciated.</P>
  786. <P>Some tests may generate extra messages similar to</P>
  787. <DL>
  788. <DT><STRONG><A NAME="item_A_lot_of_bad_free">A lot of <CODE>bad free</CODE></A></STRONG><BR>
  789. <DD>
  790. in database tests related to Berkeley DB. This is a confirmed bug of
  791. DB. You may disable this warnings, see <A HREF="#perl_badfree">PERL_BADFREE</A>.
  792. <P>There is not much we can do with it (but apparently it does not cause 
  793. any real error with data).</P>
  794. <P></P>
  795. <DT><STRONG><A NAME="item_Process_terminated_by_SIGTERM%2FSIGINT">Process terminated by SIGTERM/SIGINT</A></STRONG><BR>
  796. <DD>
  797. This is a standard message issued by OS/2 applications. *nix
  798. applications die in silence. It is considered a feature. One can
  799. easily disable this by appropriate sighandlers.
  800. <P>However the test engine bleeds these message to screen in unexpected
  801. moments. Two messages of this kind <EM>should</EM> be present during
  802. testing.</P>
  803. <P></P></DL>
  804. <P>Two <EM>lib/io_*</EM> tests may generate popups (system error <CODE>SYS3175</CODE>), 
  805. but should succeed anyway.  This is due to a bug of EMX related to 
  806. fork()ing with dynamically loaded libraries.</P>
  807. <P>I submitted a patch to EMX which makes it possible to <A HREF="#item_fork"><CODE>fork()</CODE></A> with EMX 
  808. dynamic libraries loaded, which makes <EM>lib/io*</EM> tests pass without
  809. skipping offended tests. This means that soon the number of skipped tests
  810. may decrease yet more.</P>
  811. <P>To get finer test reports, call</P>
  812. <PRE>
  813.   perl t/harness</PRE>
  814. <P>The report with <EM>io/pipe.t</EM> failing may look like this:</P>
  815. <PRE>
  816.   Failed Test  Status Wstat Total Fail  Failed  List of failed
  817.   ------------------------------------------------------------
  818.   io/pipe.t                    12    1   8.33%  9
  819.   7 tests skipped, plus 56 subtests skipped.
  820.   Failed 1/195 test scripts, 99.49% okay. 1/6542 subtests failed, 99.98% okay.</PRE>
  821. <P>The reasons for most important skipped tests are:</P>
  822. <DL>
  823. <DT><STRONG><A NAME="item_op%2Ffs%2Et"><EM>op/fs.t</EM></A></STRONG><BR>
  824. <DD>
  825. <OL>
  826. <LI>
  827. Checks <CODE>atime</CODE> and <CODE>mtime</CODE> of <A HREF="#item_stat"><CODE>stat()</CODE></A> - unfortunately, HPFS
  828. provides only 2sec time granularity (for compatibility with FAT?).
  829. <P></P>
  830. <LI>
  831. Checks <A HREF="../../lib/Pod/perlfunc.html#item_truncate"><CODE>truncate()</CODE></A> on a filehandle just opened for write - I do not
  832. know why this should or should not work.
  833. <P></P></OL>
  834. <DT><STRONG><A NAME="item_lib%2Fio_pipe%2Et"><EM>lib/io_pipe.t</EM></A></STRONG><BR>
  835. <DD>
  836. Checks <CODE>IO::Pipe</CODE> module. Some feature of EMX - test fork()s with
  837. dynamic extension loaded - unsupported now.
  838. <P></P>
  839. <DT><STRONG><A NAME="item_lib%2Fio_sock%2Et"><EM>lib/io_sock.t</EM></A></STRONG><BR>
  840. <DD>
  841. Checks <CODE>IO::Socket</CODE> module. Some feature of EMX - test fork()s
  842. with dynamic extension loaded - unsupported now.
  843. <P></P>
  844. <DT><STRONG><A NAME="item_op%2Fstat%2Et"><EM>op/stat.t</EM></A></STRONG><BR>
  845. <DD>
  846. Checks <A HREF="#item_stat"><CODE>stat()</CODE></A>. Tests:
  847. <OL>
  848. <LI>
  849. Checks <CODE>atime</CODE> and <CODE>mtime</CODE> of <A HREF="#item_stat"><CODE>stat()</CODE></A> - unfortunately, HPFS
  850. provides only 2sec time granularity (for compatibility with FAT?).
  851. <P></P></OL>
  852. <DT><STRONG><A NAME="item_lib%2Fio_udp%2Et"><EM>lib/io_udp.t</EM></A></STRONG><BR>
  853. <DD>
  854. It never terminates, apparently some bug in storing the last socket from
  855. which we obtained a message.
  856. <P></P></DL>
  857. <P>
  858. <H2><A NAME="installing the built perl">Installing the built perl</A></H2>
  859. <P>If you haven't yet moved perl.dll onto LIBPATH, do it now.</P>
  860. <P>Run</P>
  861. <PRE>
  862.   make install</PRE>
  863. <P>It would put the generated files into needed locations. Manually put
  864. <EM>perl.exe</EM>, <EM>perl__.exe</EM> and <EM>perl___.exe</EM> to a location on your
  865. PATH, <EM>perl.dll</EM> to a location on your LIBPATH.</P>
  866. <P>Run</P>
  867. <PRE>
  868.   make cmdscripts INSTALLCMDDIR=d:/ir/on/path</PRE>
  869. <P>to convert perl utilities to <EM>.cmd</EM> files and put them on
  870. PATH. You need to put <EM>.EXE</EM>-utilities on path manually. They are
  871. installed in <CODE>$prefix/bin</CODE>, here <CODE>$prefix</CODE> is what you gave to
  872. <EM>Configure</EM>, see <EM>Making</EM>.</P>
  873. <P>
  874. <H2><A NAME="a.outstyle build"><CODE>a.out</CODE>-style build</A></H2>
  875. <P>Proceed as above, but make <EM>perl_.exe</EM> (see <A HREF="#perl_.exe">perl_.exe</A>) by</P>
  876. <PRE>
  877.   make perl_</PRE>
  878. <P>test and install by</P>
  879. <PRE>
  880.   make aout_test
  881.   make aout_install</PRE>
  882. <P>Manually put <EM>perl_.exe</EM> to a location on your PATH.</P>
  883. <P>Since <CODE>perl_</CODE> has the extensions prebuilt, it does not suffer from
  884. the <EM>dynamic extensions + fork()</EM> syndrome, thus the failing tests
  885. look like</P>
  886. <PRE>
  887.   Failed Test  Status Wstat Total Fail  Failed  List of failed
  888.   ---------------------------------------------------------------
  889.   io/fs.t                      26   11  42.31%  2-5, 7-11, 18, 25
  890.   op/stat.t                    56    5   8.93%  3-4, 20, 35, 39
  891.   Failed 2/118 test scripts, 98.31% okay. 16/2445 subtests failed, 99.35% okay.</PRE>
  892. <P><STRONG>Note.</STRONG> The build process for <CODE>perl_</CODE> <EM>does not know</EM> about all the
  893. dependencies, so you should make sure that anything is up-to-date,
  894. say, by doing</P>
  895. <PRE>
  896.   make perl.dll</PRE>
  897. <P>first.</P>
  898. <P>
  899. <HR>
  900. <H1><A NAME="build faq">Build FAQ</A></H1>
  901. <P>
  902. <H2><A NAME="some / became \ in pdksh.">Some <CODE>/</CODE> became <CODE>\</CODE> in pdksh.</A></H2>
  903. <P>You have a very old pdksh. See <EM>Prerequisites</EM>.</P>
  904. <P>
  905. <H2><A NAME="'errno'  unresolved external"><CODE>'errno'</CODE> - unresolved external</A></H2>
  906. <P>You do not have MT-safe <EM>db.lib</EM>. See <EM>Prerequisites</EM>.</P>
  907. <P>
  908. <H2><A NAME="problems with tr or sed">Problems with tr or sed</A></H2>
  909. <P>reported with very old version of tr and sed.</P>
  910. <P>
  911. <H2><A NAME="some problem (forget which ;)">Some problem (forget which ;-)</A></H2>
  912. <P>You have an older version of <EM>perl.dll</EM> on your LIBPATH, which
  913. broke the build of extensions.</P>
  914. <P>
  915. <H2><A NAME="library ... not found">Library ... not found</A></H2>
  916. <P>You did not run <CODE>omflibs</CODE>. See <EM>Prerequisites</EM>.</P>
  917. <P>
  918. <H2><A NAME="segfault in make">Segfault in make</A></H2>
  919. <P>You use an old version of GNU make. See <EM>Prerequisites</EM>.</P>
  920. <P>
  921. <HR>
  922. <H1><A NAME="specific (mis)features of os/2 port">Specific (mis)features of OS/2 port</A></H1>
  923. <P>
  924. <H2><A NAME="setpriority, getpriority"><A HREF="../../lib/Pod/perlfunc.html#item_setpriority"><CODE>setpriority</CODE></A>, <A HREF="../../lib/Pod/perlfunc.html#item_getpriority"><CODE>getpriority</CODE></A></A></H2>
  925. <P>Note that these functions are compatible with *nix, not with the older
  926. ports of '94 - 95. The priorities are absolute, go from 32 to -95,
  927. lower is quicker. 0 is the default priority.</P>
  928. <P>
  929. <H2><A NAME="system()"><A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system()</CODE></A></A></H2>
  930. <P>Multi-argument form of <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system()</CODE></A> allows an additional numeric
  931. argument. The meaning of this argument is described in
  932. <A HREF="../../OS2/Process.html">the OS2::Process manpage</A>.</P>
  933. <P>
  934. <H2><A NAME="extproc on the first line"><CODE>extproc</CODE> on the first line</A></H2>
  935. <P>If the first chars of a script are <CODE>"extproc "</CODE>, this line is treated
  936. as <CODE>#!</CODE>-line, thus all the switches on this line are processed (twice
  937. if script was started via cmd.exe).</P>
  938. <P>
  939. <H2><A NAME="additional modules:">Additional modules:</A></H2>
  940. <P><A HREF="../../OS2/Process.html">the OS2::Process manpage</A>, <A HREF="../../OS2/REXX.html">the OS2::REXX manpage</A>, <A HREF="../../OS2/PrfDB.html">the OS2::PrfDB manpage</A>, <A HREF="../../OS2/ExtAttr.html">the OS2::ExtAttr manpage</A>. These
  941. modules provide access to additional numeric argument for <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system</CODE></A>
  942. and to the list of the running processes,
  943. to DLLs having functions with REXX signature and to REXX runtime, to
  944. OS/2 databases in the <EM>.INI</EM> format, and to Extended Attributes.</P>
  945. <P>Two additional extensions by Andreas Kaiser, <CODE>OS2::UPM</CODE>, and
  946. <CODE>OS2::FTP</CODE>, are included into my ftp directory, mirrored on CPAN.</P>
  947. <P>
  948. <H2><A NAME="prebuilt methods:">Prebuilt methods:</A></H2>
  949. <DL>
  950. <DT><STRONG><A NAME="item_File%3A%3ACopy%3A%3Asyscopy"><CODE>File::Copy::syscopy</CODE></A></STRONG><BR>
  951. <DD>
  952. used by <CODE>File::Copy::copy</CODE>, see <A HREF="../../lib/File/Copy.html">the File::Copy manpage</A>.
  953. <P></P>
  954. <DT><STRONG><A NAME="item_DynaLoader%3A%3Amod2fname"><CODE>DynaLoader::mod2fname</CODE></A></STRONG><BR>
  955. <DD>
  956. used by <CODE>DynaLoader</CODE> for DLL name mangling.
  957. <P></P>
  958. <DT><STRONG><A NAME="item_current_drive"><CODE>Cwd::current_drive()</CODE></A></STRONG><BR>
  959. <DD>
  960. Self explanatory.
  961. <P></P>
  962. <DT><STRONG><A NAME="item_sys_chdir"><CODE>Cwd::sys_chdir(name)</CODE></A></STRONG><BR>
  963. <DD>
  964. leaves drive as it is.
  965. <P></P>
  966. <DT><STRONG><A NAME="item_change_drive"><CODE>Cwd::change_drive(name)</CODE></A></STRONG><BR>
  967. <DD>
  968. <DT><STRONG><A NAME="item_sys_is_absolute"><CODE>Cwd::sys_is_absolute(name)</CODE></A></STRONG><BR>
  969. <DD>
  970. means has drive letter and is_rooted.
  971. <P></P>
  972. <DT><STRONG><A NAME="item_sys_is_rooted"><CODE>Cwd::sys_is_rooted(name)</CODE></A></STRONG><BR>
  973. <DD>
  974. means has leading <CODE>[/\\]</CODE> (maybe after a drive-letter:).
  975. <P></P>
  976. <DT><STRONG><A NAME="item_sys_is_relative"><CODE>Cwd::sys_is_relative(name)</CODE></A></STRONG><BR>
  977. <DD>
  978. means changes with current dir.
  979. <P></P>
  980. <DT><STRONG><A NAME="item_sys_cwd"><CODE>Cwd::sys_cwd(name)</CODE></A></STRONG><BR>
  981. <DD>
  982. Interface to cwd from EMX. Used by <CODE>Cwd::cwd</CODE>.
  983. <P></P>
  984. <DT><STRONG><A NAME="item_sys_abspath"><CODE>Cwd::sys_abspath(name, dir)</CODE></A></STRONG><BR>
  985. <DD>
  986. Really really odious function to implement. Returns absolute name of
  987. file which would have <CODE>name</CODE> if CWD were <CODE>dir</CODE>.  <CODE>Dir</CODE> defaults to the
  988. current dir.
  989. <P></P>
  990. <DT><STRONG><A NAME="item_extLibpath"><CODE>Cwd::extLibpath([type])</CODE></A></STRONG><BR>
  991. <DD>
  992. Get current value of extended library search path. If <CODE>type</CODE> is
  993. present and <EM>true</EM>, works with END_LIBPATH, otherwise with
  994. <CODE>BEGIN_LIBPATH</CODE>.
  995. <P></P>
  996. <DT><STRONG><A NAME="item_extLibpath_set"><CODE>Cwd::extLibpath_set( path [, type ] )</CODE></A></STRONG><BR>
  997. <DD>
  998. Set current value of extended library search path. If <CODE>type</CODE> is
  999. present and <EM>true</EM>, works with END_LIBPATH, otherwise with
  1000. <CODE>BEGIN_LIBPATH</CODE>.
  1001. <P></P></DL>
  1002. <P>(Note that some of these may be moved to different libraries -
  1003. eventually).</P>
  1004. <P>
  1005. <H2><A NAME="misfeatures">Misfeatures</A></H2>
  1006. <DL>
  1007. <DT><DD>
  1008. Since <A HREF="#item_flock">flock(3)</A> is present in EMX, but is not functional, it is 
  1009. emulated by perl.  To disable the emulations, set environment variable
  1010. <CODE>USE_PERL_FLOCK=0</CODE>.
  1011. <P></P>
  1012. <DT><DD>
  1013. Here is the list of things which may be ``broken'' on
  1014. EMX (from EMX docs):
  1015. <UL>
  1016. <LI>
  1017. The functions <EM>recvmsg(3)</EM>, <EM>sendmsg(3)</EM>, and <A HREF="../../lib/Pod/perlfunc.html#item_socketpair">socketpair(3)</A> are not
  1018. implemented.
  1019. <P></P>
  1020. <LI>
  1021. <EM>sock_init(3)</EM> is not required and not implemented.
  1022. <P></P>
  1023. <LI>
  1024. <A HREF="#item_flock">flock(3)</A> is not yet implemented (dummy function).  (Perl has a workaround.)
  1025. <P></P>
  1026. <LI>
  1027. <A HREF="../../lib/Pod/perlfunc.html#item_kill">kill(3)</A>:  Special treatment of PID=0, PID=1 and PID=-1 is not implemented.
  1028. <P></P>
  1029. <LI>
  1030. <A HREF="../../lib/Pod/perlfunc.html#item_waitpid">waitpid(3)</A>:
  1031. <PRE>
  1032.       WUNTRACED
  1033.               Not implemented.
  1034.       waitpid() is not implemented for negative values of PID.</PRE>
  1035. <P></P></UL>
  1036. <P>Note that <CODE>kill -9</CODE> does not work with the current version of EMX.</P>
  1037. <DT><DD>
  1038. Since <EM>sh.exe</EM> is used for globing (see <A HREF="../../lib/Pod/perlfunc.html#glob">glob in the perlfunc manpage</A>), the bugs
  1039. of <EM>sh.exe</EM> plague perl as well.
  1040. <P>In particular, uppercase letters do not work in <CODE>[...]</CODE>-patterns with
  1041. the current pdksh.</P>
  1042. <P></P></DL>
  1043. <P>
  1044. <H2><A NAME="modifications">Modifications</A></H2>
  1045. <P>Perl modifies some standard C library calls in the following ways:</P>
  1046. <DL>
  1047. <DT><STRONG><A NAME="item_popen"><CODE>popen</CODE></A></STRONG><BR>
  1048. <DD>
  1049. <CODE>my_popen</CODE> uses <EM>sh.exe</EM> if shell is required, cf. <A HREF="#perl_sh_dir">PERL_SH_DIR</A>.
  1050. <P></P>
  1051. <DT><STRONG><A NAME="item_tmpnam"><CODE>tmpnam</CODE></A></STRONG><BR>
  1052. <DD>
  1053. is created using <CODE>TMP</CODE> or <CODE>TEMP</CODE> environment variable, via
  1054. <CODE>tempnam</CODE>.
  1055. <P></P>
  1056. <DT><STRONG><A NAME="item_tmpfile"><CODE>tmpfile</CODE></A></STRONG><BR>
  1057. <DD>
  1058. If the current directory is not writable, file is created using modified
  1059. <A HREF="#item_tmpnam"><CODE>tmpnam</CODE></A>, so there may be a race condition.
  1060. <P></P>
  1061. <DT><STRONG><A NAME="item_ctermid"><CODE>ctermid</CODE></A></STRONG><BR>
  1062. <DD>
  1063. a dummy implementation.
  1064. <P></P>
  1065. <DT><STRONG><A NAME="item_stat"><CODE>stat</CODE></A></STRONG><BR>
  1066. <DD>
  1067. <CODE>os2_stat</CODE> special-cases <EM>/dev/tty</EM> and <EM>/dev/con</EM>.
  1068. <P></P>
  1069. <DT><STRONG><A NAME="item_flock"><CODE>flock</CODE></A></STRONG><BR>
  1070. <DD>
  1071. Since <A HREF="#item_flock">flock(3)</A> is present in EMX, but is not functional, it is 
  1072. emulated by perl.  To disable the emulations, set environment variable
  1073. <CODE>USE_PERL_FLOCK=0</CODE>.
  1074. <P></P></DL>
  1075. <P>
  1076. <HR>
  1077. <H1><A NAME="perl flavors">Perl flavors</A></H1>
  1078. <P>Because of idiosyncrasies of OS/2 one cannot have all the eggs in the
  1079. same basket (though EMX environment tries hard to overcome this
  1080. limitations, so the situation may somehow improve). There are 4
  1081. executables for Perl provided by the distribution:</P>
  1082. <P>
  1083. <H2><A NAME="perl.exe"><EM>perl.exe</EM></A></H2>
  1084. <P>The main workhorse. This is a chimera executable: it is compiled as an
  1085. <CODE>a.out</CODE>-style executable, but is linked with <CODE>omf</CODE>-style dynamic
  1086. library <EM>perl.dll</EM>, and with dynamic CRT DLL. This executable is a
  1087. VIO application.</P>
  1088. <P>It can load perl dynamic extensions, and it can fork(). Unfortunately,
  1089. with the current version of EMX it cannot <A HREF="#item_fork"><CODE>fork()</CODE></A> with dynamic
  1090. extensions loaded (may be fixed by patches to EMX).</P>
  1091. <P><STRONG>Note.</STRONG> Keep in mind that <A HREF="#item_fork"><CODE>fork()</CODE></A> is needed to open a pipe to yourself.</P>
  1092. <P>
  1093. <H2><A NAME="perl_.exe"><EM>perl_.exe</EM></A></H2>
  1094. <P>This is a statically linked <CODE>a.out</CODE>-style executable. It can fork(),
  1095. but cannot load dynamic Perl extensions. The supplied executable has a
  1096. lot of extensions prebuilt, thus there are situations when it can
  1097. perform tasks not possible using <EM>perl.exe</EM>, like fork()ing when
  1098. having some standard extension loaded. This executable is a VIO
  1099. application.</P>
  1100. <P><STRONG>Note.</STRONG> A better behaviour could be obtained from <CODE>perl.exe</CODE> if it
  1101. were statically linked with standard <EM>Perl extensions</EM>, but
  1102. dynamically linked with the <EM>Perl DLL</EM> and CRT DLL. Then it would
  1103. be able to <A HREF="#item_fork"><CODE>fork()</CODE></A> with standard extensions, <EM>and</EM> would be able to
  1104. dynamically load arbitrary extensions. Some changes to Makefiles and
  1105. hint files should be necessary to achieve this.</P>
  1106. <P><EM>This is also the only executable with does not require OS/2.</EM> The
  1107. friends locked into <CODE>M$</CODE> world would appreciate the fact that this
  1108. executable runs under DOS, Win0.3*, Win0.95 and WinNT with an
  1109. appropriate extender. See <A HREF="#other oses">Other OSes</A>.</P>
  1110. <P>
  1111. <H2><A NAME="perl__.exe"><EM>perl__.exe</EM></A></H2>
  1112. <P>This is the same executable as <EM>perl___.exe</EM>, but it is a PM
  1113. application.</P>
  1114. <P><STRONG>Note.</STRONG> Usually STDIN, STDERR, and STDOUT of a PM
  1115. application are redirected to <CODE>nul</CODE>. However, it is possible to see
  1116. them if you start <CODE>perl__.exe</CODE> from a PM program which emulates a
  1117. console window, like <EM>Shell mode</EM> of Emacs or EPM. Thus it <EM>is
  1118. possible</EM> to use Perl debugger (see <A HREF="../../lib/Pod/perldebug.html">the perldebug manpage</A>) to debug your PM
  1119. application.</P>
  1120. <P>This flavor is required if you load extensions which use PM, like
  1121. the forthcoming <CODE>Perl/Tk</CODE>.</P>
  1122. <P>
  1123. <H2><A NAME="perl___.exe"><EM>perl___.exe</EM></A></H2>
  1124. <P>This is an <CODE>omf</CODE>-style executable which is dynamically linked to
  1125. <EM>perl.dll</EM> and CRT DLL. I know no advantages of this executable
  1126. over <CODE>perl.exe</CODE>, but it cannot <A HREF="#item_fork"><CODE>fork()</CODE></A> at all. Well, one advantage is
  1127. that the build process is not so convoluted as with <CODE>perl.exe</CODE>.</P>
  1128. <P>It is a VIO application.</P>
  1129. <P>
  1130. <H2><A NAME="why strange names">Why strange names?</A></H2>
  1131. <P>Since Perl processes the <CODE>#!</CODE>-line (cf. 
  1132. <A HREF="../../lib/Pod/perlrun.html#description">DESCRIPTION in the perlrun manpage</A>, <A HREF="../../lib/Pod/perlrun.html#switches">Switches in the perlrun manpage</A>,
  1133. <A HREF="../../lib/Pod/perldiag.html#not a perl script">Not a perl script in the perldiag manpage</A>, 
  1134. <A HREF="../../lib/Pod/perldiag.html#no perl script found in input">No Perl script found in input in the perldiag manpage</A>), it should know when a
  1135. program <EM>is a Perl</EM>. There is some naming convention which allows
  1136. Perl to distinguish correct lines from wrong ones. The above names are
  1137. almost the only names allowed by this convention which do not contain
  1138. digits (which have absolutely different semantics).</P>
  1139. <P>
  1140. <H2><A NAME="why dynamic linking">Why dynamic linking?</A></H2>
  1141. <P>Well, having several executables dynamically linked to the same huge
  1142. library has its advantages, but this would not substantiate the
  1143. additional work to make it compile. The reason is stupid-but-quick
  1144. ``hard'' dynamic linking used by OS/2.</P>
  1145. <P>The address tables of DLLs are patched only once, when they are
  1146. loaded. The addresses of entry points into DLLs are guaranteed to be
  1147. the same for all programs which use the same DLL, which reduces the
  1148. amount of runtime patching - once DLL is loaded, its code is
  1149. read-only.</P>
  1150. <P>While this allows some performance advantages, this makes life
  1151. terrible for developers, since the above scheme makes it impossible
  1152. for a DLL to be resolved to a symbol in the .EXE file, since this
  1153. would need a DLL to have different relocations tables for the
  1154. executables which use it.</P>
  1155. <P>However, a Perl extension is forced to use some symbols from the perl
  1156. executable, say to know how to find the arguments provided on the perl
  1157. internal evaluation stack. The solution is that the main code of
  1158. interpreter should be contained in a DLL, and the <EM>.EXE</EM> file just loads
  1159. this DLL into memory and supplies command-arguments.</P>
  1160. <P>This <EM>greatly</EM> increases the load time for the application (as well as
  1161. the number of problems during compilation). Since interpreter is in a DLL,
  1162. the CRT is basically forced to reside in a DLL as well (otherwise
  1163. extensions would not be able to use CRT).</P>
  1164. <P>
  1165. <H2><A NAME="why chimera build">Why chimera build?</A></H2>
  1166. <P>Current EMX environment does not allow DLLs compiled using Unixish
  1167. <CODE>a.out</CODE> format to export symbols for data. This forces <CODE>omf</CODE>-style
  1168. compile of <EM>perl.dll</EM>.</P>
  1169. <P>Current EMX environment does not allow <EM>.EXE</EM> files compiled in
  1170. <CODE>omf</CODE> format to fork(). <A HREF="#item_fork"><CODE>fork()</CODE></A> is needed for exactly three Perl
  1171. operations:</P>
  1172. <DL>
  1173. <DT><STRONG><A NAME="item_fork">explicit <CODE>fork()</CODE></A></STRONG><BR>
  1174. <DD>
  1175. in the script, and
  1176. <P></P>
  1177. <DT><STRONG><A NAME="item_open_FH%2C_%22%7C%2D%22">open FH, ``|-''</A></STRONG><BR>
  1178. <DD>
  1179. <DT><STRONG><A NAME="item_open_FH%2C_%22%2D%7C%22">open FH, ``-|''</A></STRONG><BR>
  1180. <DD>
  1181. opening pipes to itself.
  1182. <P></P></DL>
  1183. <P>While these operations are not questions of life and death, a lot of
  1184. useful scripts use them. This forces <CODE>a.out</CODE>-style compile of
  1185. <EM>perl.exe</EM>.</P>
  1186. <P>
  1187. <HR>
  1188. <H1><A NAME="environment">ENVIRONMENT</A></H1>
  1189. <P>Here we list environment variables with are either OS/2- and DOS- and
  1190. Win*-specific, or are more important under OS/2 than under other OSes.</P>
  1191. <P>
  1192. <H2><A NAME="perllib_prefix"><CODE>PERLLIB_PREFIX</CODE></A></H2>
  1193. <P>Specific for EMX port. Should have the form</P>
  1194. <PRE>
  1195.   path1;path2</PRE>
  1196. <P>or</P>
  1197. <PRE>
  1198.   path1 path2</PRE>
  1199. <P>If the beginning of some prebuilt path matches <EM>path1</EM>, it is
  1200. substituted with <EM>path2</EM>.</P>
  1201. <P>Should be used if the perl library is moved from the default
  1202. location in preference to <CODE>PERL(5)LIB</CODE>, since this would not leave wrong
  1203. entries in @INC.  Say, if the compiled version of perl looks for @INC
  1204. in <EM>f:/perllib/lib</EM>, and you want to install the library in
  1205. <EM>h:/opt/gnu</EM>, do</P>
  1206. <PRE>
  1207.   set PERLLIB_PREFIX=f:/perllib/lib;h:/opt/gnu</PRE>
  1208. <P>
  1209. <H2><A NAME="perl_badlang"><A HREF="#item_PERL_BADLANG"><CODE>PERL_BADLANG</CODE></A></A></H2>
  1210. <P>If 1, perl ignores <CODE>setlocale()</CODE> failing. May be useful with some
  1211. strange <EM>locale</EM>s.</P>
  1212. <P>
  1213. <H2><A NAME="perl_badfree"><A HREF="#item_PERL_BADFREE"><CODE>PERL_BADFREE</CODE></A></A></H2>
  1214. <P>If 1, perl would not warn of in case of unwarranted free(). May be
  1215. useful in conjunction with the module DB_File, since Berkeley DB
  1216. memory handling code is buggy.</P>
  1217. <P>
  1218. <H2><A NAME="perl_sh_dir"><CODE>PERL_SH_DIR</CODE></A></H2>
  1219. <P>Specific for EMX port. Gives the directory part of the location for
  1220. <EM>sh.exe</EM>.</P>
  1221. <P>
  1222. <H2><A NAME="use_perl_flock"><CODE>USE_PERL_FLOCK</CODE></A></H2>
  1223. <P>Specific for EMX port. Since <A HREF="#item_flock">flock(3)</A> is present in EMX, but is not 
  1224. functional, it is emulated by perl.  To disable the emulations, set 
  1225. environment variable <CODE>USE_PERL_FLOCK=0</CODE>.</P>
  1226. <P>
  1227. <H2><A NAME="tmp or temp"><CODE>TMP</CODE> or <CODE>TEMP</CODE></A></H2>
  1228. <P>Specific for EMX port. Used as storage place for temporary files, most
  1229. notably <CODE>-e</CODE> scripts.</P>
  1230. <P>
  1231. <HR>
  1232. <H1><A NAME="evolution">Evolution</A></H1>
  1233. <P>Here we list major changes which could make you by surprise.</P>
  1234. <P>
  1235. <H2><A NAME="priorities">Priorities</A></H2>
  1236. <P><A HREF="../../lib/Pod/perlfunc.html#item_setpriority"><CODE>setpriority</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_getpriority"><CODE>getpriority</CODE></A> are not compatible with earlier
  1237. ports by Andreas Kaiser. See <CODE>"setpriority, getpriority"</CODE>.</P>
  1238. <P>
  1239. <H2><A NAME="dll name mangling">DLL name mangling</A></H2>
  1240. <P>With the release 5.003_01 the dynamically loadable libraries
  1241. should be rebuilt. In particular, DLLs are now created with the names
  1242. which contain a checksum, thus allowing workaround for OS/2 scheme of
  1243. caching DLLs.</P>
  1244. <P>
  1245. <H2><A NAME="threading">Threading</A></H2>
  1246. <P>As of release 5.003_01 perl is linked to multithreaded CRT
  1247. DLL.  If perl itself is not compiled multithread-enabled, so will not be perl
  1248. malloc(). However, extensions may use multiple thread on their own
  1249. risk.</P>
  1250. <P>Needed to compile <CODE>Perl/Tk</CODE> for XFree86-OS/2 out-of-the-box.</P>
  1251. <P>
  1252. <H2><A NAME="calls to external programs">Calls to external programs</A></H2>
  1253. <P>Due to a popular demand the perl external program calling has been
  1254. changed wrt Andreas Kaiser's port.  <EM>If</EM> perl needs to call an
  1255. external program <EM>via shell</EM>, the <EM>f:/bin/sh.exe</EM> will be called, or
  1256. whatever is the override, see <A HREF="#perl_sh_dir">PERL_SH_DIR</A>.</P>
  1257. <P>Thus means that you need to get some copy of a <EM>sh.exe</EM> as well (I
  1258. use one from pdksh). The drive <EM>F:</EM> above is set up automatically during
  1259. the build to a correct value on the builder machine, but is
  1260. overridable at runtime,</P>
  1261. <P><STRONG>Reasons:</STRONG> a consensus on <CODE>perl5-porters</CODE> was that perl should use
  1262. one non-overridable shell per platform. The obvious choices for OS/2
  1263. are <EM>cmd.exe</EM> and <EM>sh.exe</EM>. Having perl build itself would be impossible
  1264. with <EM>cmd.exe</EM> as a shell, thus I picked up <CODE>sh.exe</CODE>. Thus assures almost
  1265. 100% compatibility with the scripts coming from *nix. As an added benefit 
  1266. this works as well under DOS if you use DOS-enabled port of pdksh 
  1267. (see <A HREF="#prerequisites">Prerequisites</A>).</P>
  1268. <P><STRONG>Disadvantages:</STRONG> currently <EM>sh.exe</EM> of pdksh calls external programs
  1269. via fork()/exec(), and there is <EM>no</EM> functioning <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> on
  1270. OS/2. <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> is emulated by EMX by asyncroneous call while the caller
  1271. waits for child completion (to pretend that the <CODE>pid</CODE> did not change). This
  1272. means that 1 <EM>extra</EM> copy of <EM>sh.exe</EM> is made active via fork()/exec(),
  1273. which may lead to some resources taken from the system (even if we do
  1274. not count extra work needed for fork()ing).</P>
  1275. <P>Note that this a lesser issue now when we do not spawn <EM>sh.exe</EM>
  1276. unless needed (metachars found).</P>
  1277. <P>One can always start <EM>cmd.exe</EM> explicitly via</P>
  1278. <PRE>
  1279.   system 'cmd', '/c', 'mycmd', 'arg1', 'arg2', ...</PRE>
  1280. <P>If you need to use <EM>cmd.exe</EM>, and do not want to hand-edit thousands of your
  1281. scripts, the long-term solution proposed on p5-p is to have a directive</P>
  1282. <PRE>
  1283.   use OS2::Cmd;</PRE>
  1284. <P>which will override system(), exec(), <CODE>``</CODE>, and
  1285. <A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open(,'...|')</CODE></A>. With current perl you may override only system(),
  1286. <A HREF="../../lib/Pod/perlfunc.html#item_readpipe"><CODE>readpipe()</CODE></A> - the explicit version of <CODE>``</CODE>, and maybe exec(). The code
  1287. will substitute the one-argument call to <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system()</CODE></A> by
  1288. <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>CORE::system('cmd.exe', '/c', shift)</CODE></A>.</P>
  1289. <P>If you have some working code for <CODE>OS2::Cmd</CODE>, please send it to me,
  1290. I will include it into distribution. I have no need for such a module, so
  1291. cannot test it.</P>
  1292. <P>For the details of the current situation with calling external programs,
  1293. see <EM>Starting OS/2 (and DOS) programs under Perl</EM>.</P>
  1294. <DL>
  1295. <DT><DD>
  1296. External scripts may be called by name.  Perl will try the same extensions
  1297. as when processing <STRONG>-S</STRONG> command-line switch.
  1298. <P></P></DL>
  1299. <P>
  1300. <H2><A NAME="memory allocation">Memory allocation</A></H2>
  1301. <P>Perl uses its own <CODE>malloc()</CODE> under OS/2 - interpreters are usually malloc-bound
  1302. for speed, but perl is not, since its malloc is lightning-fast.
  1303. Perl-memory-usage-tuned benchmarks show that Perl's malloc is 5 times quickier
  1304. than EMX one.  I do not have convincing data about memory footpring, but
  1305. a (pretty random) benchmark showed that Perl one is 5% better.</P>
  1306. <P>Combination of perl's <CODE>malloc()</CODE> and rigid DLL name resolution creates
  1307. a special problem with library functions which expect their return value to
  1308. be free()d by system's free(). To facilitate extensions which need to call 
  1309. such functions, system memory-allocation functions are still available with
  1310. the prefix <CODE>emx_</CODE> added. (Currently only DLL perl has this, it should 
  1311. propagate to <EM>perl_.exe</EM> shortly.)</P>
  1312. <P>
  1313. <H2><A NAME="threads">Threads</A></H2>
  1314. <P>One can build perl with thread support enabled by providing <CODE>-D usethreads</CODE>
  1315. option to <EM>Configure</EM>.  Currently OS/2 support of threads is very 
  1316. preliminary.</P>
  1317. <P>Most notable problems:</P>
  1318. <DL>
  1319. <DT><STRONG><A NAME="item_COND_WAIT"><CODE>COND_WAIT</CODE></A></STRONG><BR>
  1320. <DD>
  1321. may have a race condition.  Needs a reimplementation (in terms of chaining
  1322. waiting threads, with linker list stored in per-thread structure?).
  1323. <P></P>
  1324. <DT><STRONG><A NAME="item_os2%2Ec"><EM>os2.c</EM></A></STRONG><BR>
  1325. <DD>
  1326. has a couple of static variables used in OS/2-specific functions.  (Need to be
  1327. moved to per-thread structure, or serialized?)
  1328. <P></P></DL>
  1329. <P>Note that these problems should not discourage experimenting, since they
  1330. have a low probability of affecting small programs.</P>
  1331. <P>
  1332. <HR>
  1333. <H1><A NAME="author">AUTHOR</A></H1>
  1334. <P>Ilya Zakharevich, <A HREF="mailto:ilya@math.ohio-state.edu">ilya@math.ohio-state.edu</A></P>
  1335. <P>
  1336. <HR>
  1337. <H1><A NAME="see also">SEE ALSO</A></H1>
  1338. <P>perl(1).</P>
  1339. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  1340. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  1341. <STRONG><P CLASS=block> perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.</P></STRONG>
  1342. </TD></TR>
  1343. </TABLE>
  1344.  
  1345. </BODY>
  1346.  
  1347. </HTML>
  1348.