Re: CPAN and Perl

2001-12-20 Thread Elaine -HFB- Ashton
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 *> *

RE: CPAN and Perl

2001-12-20 Thread McCollum, Frank
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

Re: CPAN and Perl

2001-12-20 Thread Daniel Gardner
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

CPAN and Perl

2001-12-20 Thread Daniel Falkenberg
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