| 1 | This document is written in pod format hence there are punctuation
|
|---|
| 2 | characters in odd places. Do not worry, you've apparently got the
|
|---|
| 3 | ASCII->EBCDIC translation worked out correctly. You can read more
|
|---|
| 4 | about pod in pod/perlpod.pod or the short summary in the INSTALL file.
|
|---|
| 5 |
|
|---|
| 6 | =head1 NAME
|
|---|
| 7 |
|
|---|
| 8 | README.os390 - building and installing Perl for OS/390 and z/OS
|
|---|
| 9 |
|
|---|
| 10 | =head1 SYNOPSIS
|
|---|
| 11 |
|
|---|
| 12 | This document will help you Configure, build, test and install Perl
|
|---|
| 13 | on OS/390 (aka z/OS) Unix System Services.
|
|---|
| 14 |
|
|---|
| 15 | =head1 DESCRIPTION
|
|---|
| 16 |
|
|---|
| 17 | This is a fully ported Perl for OS/390 Version 2 Release 3, 5, 6, 7,
|
|---|
| 18 | 8, and 9. It may work on other versions or releases, but those are
|
|---|
| 19 | the ones we've tested it on.
|
|---|
| 20 |
|
|---|
| 21 | You may need to carry out some system configuration tasks before
|
|---|
| 22 | running the Configure script for Perl.
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | =head2 Tools
|
|---|
| 26 |
|
|---|
| 27 | The z/OS Unix Tools and Toys list may prove helpful and contains links
|
|---|
| 28 | to ports of much of the software helpful for building Perl.
|
|---|
| 29 | http://www-1.ibm.com/servers/eserver/zseries/zos/unix/bpxa1toy.html
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | =head2 Unpacking Perl distribution on OS/390
|
|---|
| 33 |
|
|---|
| 34 | If using ftp remember to transfer the distribution in binary format.
|
|---|
| 35 |
|
|---|
| 36 | Gunzip/gzip for OS/390 is discussed at:
|
|---|
| 37 |
|
|---|
| 38 | http://www-1.ibm.com/servers/eserver/zseries/zos/unix/faq/bpxqp1.html
|
|---|
| 39 |
|
|---|
| 40 | to extract an ASCII tar archive on OS/390, try this:
|
|---|
| 41 |
|
|---|
|
|---|