Acme::RemoteINC

Slowest Possible Module Loading
Download

Acme::RemoteINC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • William Herrera
  • Publisher web site:
  • http://search.cpan.org/~billh/

Acme::RemoteINC Tags


Acme::RemoteINC Description

Slowest Possible Module Loading For your SlowCGI pleasure, Acme::RemoteINC loads Perl modules via FTP from remote sites.SYNOPSIS use strict; use warnings; BEGIN { require Acme::RemoteINC; my $rinc = new Acme::RemoteINC( host => 'ftp.esoteric-perl.com', user => 'anonymous', password => 'pwd@myhost.com', perl_root => '/usr/lib/perl5/site_perl/5.8.1' ); } use DBI; # load local DBI by default use DBD::Esoterica; # if cannot load locally, will try the FTP method ...etc. Requirements: · Perl


Acme::RemoteINC Related Software