ActivePerl Documentation
|
NAMEperlamiga - Perl under Amiga OS
SYNOPSISOne can read this document in the following formats:
man perlamiga
multiview perlamiga.guide
to list some (not all may be available simultaneously), or it may be read as is: either as README.amiga, or pod/perlamiga.pod.
DESCRIPTION
Prerequisites
Starting Perl programs under AmigaOSStart your Perl program foo with arguments
perl foo arg1 arg2 arg3
If you want to specify perl options
perl -my_opts foo arg1 arg2 arg3
Alternately, you can try to get a replacement for the system's Execute command that honors the #!/usr/bin/perl syntax in scripts and set the s-Bit of your scripts. Then you can invoke your scripts like under UNIX with
foo arg1 arg2 arg3
(Note that having *nixish full path to perl /usr/bin/perl is not necessary, perl would be enough, but having full path would make it easier to use your script under *nix.)
Shortcomings of Perl under AmigaOSPerl under AmigaOS lacks some features of perl under UNIX because of deficiencies in the UNIX-emulation, most notably:
INSTALLATIONChange to the installation directory (most probably ADE:), and extract the binary distribution: lha -mraxe x perl-5.003-bin.lha or tar xvzpf perl-5.003-bin.tgz (Of course you need lha or tar and gunzip for this.) For installation of the Unix emulation, read the appropriate docs.
Accessing documentation
ManpagesIf you have
man perlfunc
man less
man ExtUtils.MakeMaker
to access documentation for different components of Perl. Start with
man perl
Note: You have to modify your man.conf file to search for manpages in the /ade/lib/perl5/man/man3 directory, or the man pages for the perl library will not be found. Note that dot (.) is used as a package separator for documentation
for packages, and as usual, sometimes you need to give the section -
HTMLIf you have some WWW browser available, you can build HTML docs. Cd to directory with .pod files, and do like this
cd /ade/lib/perl5/pod
pod2html
After this you can direct your browser the file perl.html in this directory, and go ahead with reading docs. Alternatively you may be able to get these docs prebuilt from
GNU
|
|
perlamiga - Perl under Amiga OS |