On Tuesday, February 19, 2002, at 06:44 AM, Ivan Cifuentes wrote:

> This is what CPAn is telling. I'm a newbie to the UNIX

I didn't know you could get perl itself via CPAN. I thought you 
could only get modules... but I could be wrong.

> world, and I'm trying to install and configure perl

perl-5.7.2 (the unstable version) compiles out of the box for me 
quite easily. I had big troubles with 5.6.1

> and then mod_perl.

be sure to turn off expat and dont enable DSO if you are planning 
to use Mason or AxKit.

>
> Please help.
> error below:

just visit http://www.cpan.org and click your way to the source 
and download that way.
>

$terrence = {
        hobby => Class::MakeMethods -> hacker (type => 'Just Another'),
        addiction => 'Chess on ICC as princepawn',
        job => 'seeking' ,
        URL => 'http://www.metaperl.com'
        };

Reply via email to