Daniel Falkenberg [[EMAIL PROTECTED]] quoth:
*>G'day All,
*>
*>I was just wondering if any one here has any experience with download
*>Perl CPAN modules from a Perl script. I have looked at CPAN.pm but am a
*>little confused by this.
*>
*>I have tried the following...
*>
*>#!/usr/bin/perl -w
*>
*
t';
my $rc = mirror( $URL, $gamefile );
warn status_message( $rc ) if is_error( $rc );
}
-Original Message-
From: Daniel Gardner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 6:37 PM
To: Daniel Falkenberg
Cc: [EMAIL PROTECTED]
Subject: Re: CPAN and Perl
T
Thursday, December 20, 2001, 11:20:35 PM, Daniel Falkenberg wrote:
> I was just wondering if any one here has any experience with download
> Perl CPAN modules from a Perl script. I have looked at CPAN.pm but am a
> little confused by this.
> I have tried the following...
> #!/usr/bin/perl -w
G'day All,
I was just wondering if any one here has any experience with download
Perl CPAN modules from a Perl script. I have looked at CPAN.pm but am a
little confused by this.
I have tried the following...
#!/usr/bin/perl -w
use strict;
#Check if a module exists... if it doesn't then ask t