Re: deleting a mirror from CPAN.pm, was Re: CPAN

2004-10-04 Thread Bob Gordon
On Mon, 4 Oct 2004 19:04:09 -0400 (EDT), Chris Devers <[EMAIL PROTECTED]> wrote:
> > Anyone know how to remove a mirror from the list that CPAN uses?  I
> > would like to remove ftp://carroll.cac.psu.edu from the list as it
> > keeps timing out
> 
> Do you have a file at ~/.cpan/CPAN/MyConfig.pm ?
> 
> If so, it's a declaration like
>   CPAN::Config hash
> 
>  $CPAN::Config = {
>'build_cache' => q[10],
>'build_dir' => q[/Users/Shared/.cpan/build],
># ... several lines skipped ...
>'urllist' => [q[ftp://ftp.cise.ufl.edu/pub/mirrors/CPAN/],
>  q[ftp://ftp.cpanel.net/pub/CPAN/],
>  q[ftp://ftp.cs.colorado.edu/pub/perl/CPAN/],
>  q[ftp://ftp.dc.aleron.net/pub/CPAN/],
>  q[ftp://ftp.duke.edu/pub/perl/]],
>'wget' => q[],
>  };
>  1;
> 
> All you have to do is find and edit the 'urllist' declaration line.

Thanks..  Didn't find it there but I was able to locate it in
/usr/local/lib/perl5/5.8.5/CPAN

-- 
--==[ Bob Gordon ]==--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




CPAN

2004-10-04 Thread Bob Gordon
Hello!

Anyone know how to remove a mirror from the list that CPAN uses?  I
would like to remove ftp://carroll.cac.psu.edu from the list as it
keeps timing out

Thanks!

-- 
--==[ Bob Gordon ]==--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Re: Two easy questions.

2004-09-21 Thread Bob Gordon
If you are in 2K or XP you can go to the System Properties screen.  In
there click on the advanced tab then "Environment Variables".  Under
"System Variables" locate PATHEXT.  Add  ;.pl  to the end of the list
then click OK.

The system should allow for executing .pl files.  As long as you have
the #!..  info at the top of the file you should be OK.

Regards,

-- 
--==[ Bob Gordon ]==--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>