in reply to Install PPM packages to a specific directory
When you c:\>ppm you run a batch file wrapper for PPM.pm. From the PPM.pm docs:
#!/usr/bin/perl use PPM; PPM::InstallPackage(``package'' => $package, ``location'' => $location +, ``root'' => $root);
Installs the specified package onto the local system. 'package' may be a simple package name ('foo'), a pathname (P:\PACKAGES\FOO.PPD) or a URL (HTTP://www.ActiveState.com/packages/foo.ppd). In the case of a simple package name, the function will look for the package's PPD file at 'location', if provided; otherwise, it will use information stored in the PPM data file (see 'Files' section below) to locate the PPD file for the requested package. The package's files will be installed under the directory specified in 'root'; if not specified the default value of 'root' will be used.
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Install PPM packages to a specific directory
by SuperCruncher (Pilgrim) on Mar 20, 2002 at 13:06 UTC |