thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 1:13 pm Post subject: Getting the Perl Source for AmigaOS |
|
|
You can either get the latest perl-for-amiga source from Ninemoons and extract it with:
tar xvzpf perl-$VERSION-src.tgz
or get the official source from CPAN:
http://www.cpan.org/src/5.0
Extract it like this
tar xvzpf perl-$VERSION.tar.gz
You will see a message about errors while extracting Configure. This is normal and expected. (There is a conflict with a similarly-named file configure, but it causes no harm.) |
|