thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 12:58 pm Post subject: Perl HTML Documentation on AmigaOS |
|
|
If 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 CPAN. |
|