On-demand library fetching
- With LWP installed, your can use remote PAR files:
use PAR;
use lib 'http://aut.dyndns.org/par/DBI-latest.par';
use DBI; # always up to date!
|
- Modules are cached under $ENV{PAR_TEMP}
use PAR;
use lib 'http://aut.dyndns.org/par/DBI-latest.par';
use DBI; # always up to date!
|
| Copyright © 2005 Autrijus Tang |