Lines Matching full:perl
9 perlos400 - Perl version 5 on OS/400
12 Please submit comments to L<https://github.com/Perl/perl5/issues>.>
17 system that will affect how Perl version 5 (hereafter just Perl) is
20 By far the easiest way to build Perl for OS/400 is to use the PASE
27 =head2 Compiling Perl for OS/400 PASE
29 The recommended way to build Perl for the OS/400 PASE is to build the
30 Perl 5 source code (release 5.8.1 or later) under AIX.
37 The default installation directory of Perl under PASE is /QOpenSys/perl.
41 on OS/400 PASE, so it is possible to build Perl natively on OS/400.
44 If you don't want to install the compiled Perl in AIX into /QOpenSys
46 parameter: -Dinstallprefix=/tmp/QOpenSys/perl. This will cause the
48 installed files still think they are (will be) in /QOpenSys/perl.
51 directory, since Perl is happier when built on a case sensitive filesystem.
53 =head2 Installing Perl in OS/400 PASE
56 Once the install finishes, tar up the /QOpenSys/perl directory. Transfer
61 > put perl.tar /QOpenSys
68 The default path for perl binary is /QOpenSys/perl/bin/perl. You'll
69 want to symlink /QOpenSys/usr/bin/perl to this file so you don't have
72 =head2 Using Perl in OS/400 PASE
74 Perl in PASE may be used in the same manner as you would use Perl on AIX.
76 Scripts starting with #!/usr/bin/perl should work if you have
77 /QOpenSys/usr/bin/perl symlinked to your perl binary. This will not
81 #!/QOpenSys/perl/bin/perl should always work.
104 and then compile Perl. The places where fchdir() is used have
107 =head2 Perl on ILE
109 There exists a port of Perl to the ILE environment. This port, however,
110 is based quite an old release of Perl, Perl 5.00502 (August 1998).
111 (As of July 2002 the latest release of Perl is 5.8.0, and even 5.6.1
112 has been out since April 2001.) If you need to run Perl on ILE, though,
114 Note that any Perl release later than 5.00502 has not been ported to ILE.
116 If you need to use Perl in the ILE environment, you may want to consider
117 using Qp2RunPase() to call the PASE version of Perl.