|
NAMEperlamiga - Perl under AmigaOS 4.1NOTEThis is a port of Perl 5.22.1, it is a fresh port and not in any way compatible with my previous ports of Perl 5.8 and 5.16.3. This means you will need to reinstall / rebuild any third party modules you have installed.newlib.library version 53.28 or greater is required. SYNOPSISOnce perl is installed you can read this document in the following waysh -c "perldoc perlamiga" or you may read as is: either as README.amiga, or pod/perlamiga.pod. DESCRIPTIONPrerequisites for running Perl 5.22.1 under AmigaOS 4.1
Starting Perl programs under AmigaOS 4.1Perl may be run from the AmigaOS shell but for best results should be run under abc-shell. (abc-shell handles file globbing, pattern expansion, and sets up environment variables in the UN*Xy way that Perl expects.)For example: New Shell process 10 10.AmigaOS4:> sh /AmigaOS4>perl path:to/myprog arg1 arrg2 arg3 Abc-shell can also launch programs via the #! syntax at the start of the program file, it's best use the form #!SDK:Local/C/perl so that the AmigaOS shell may also find perl in the same way. AmigaOS requires the script bit to be set for this to work 10.AmigaOS4:> sh /AmigaOS4>myprog arg1 arrg2 arg3 Limitations of Perl under AmigaOS 4.1
INSTALLATIONThis guide assumes you have obtained a prebuilt archive from os4depot.net.Unpack the main archive to a temporary location (RAM: is fine). Execute the provided install script from shell or via its icon. You must not attempt to install by hand. Once installed you may delete the temporary archive. This approach will preserve links in the installation without creating duplicate binaries. If you have the earlier ports perl 5.16 or 5.8 installed you may like to rename your perl executable to perl516 or perl58 or something similar before the installation of 5.22.1, this will allow you to use both versions at the same time. Amiga Specific ModulesAmiga::ARexxThe Amiga::ARexx module allows you to easily create a perl based ARexx host or to send ARexx commands to other programs.Try "perldoc Amiga::ARexx" for more info. Amiga::ExecThe Amiga::Exec module introduces support for Wait().Try "perldoc Amiga::Exec" for more info. BUILDINGTo build perl under AmigaOS from the patched sources you will need to have a recent version of the SDK. Version 53.29 is recommended, earlier versions will probably work too.With the help of Jarkko Hietaniemi the Configure system has been tweaked to run under abc-shell so the recommend build process is as follows. stack 2000000 sh Configure -de gmake This will build the default setup that installs under SDK:local/newlib/lib/ CHANGES
SEE ALSOYou like this port? See <http://www.broad.ology.org.uk/amiga/> for how you can help.
Visit the GSP FreeBSD Man Page Interface. |