Philip Kilner wrote:
> Is it possible to install ASSP with it's own copy of Perl, while another
> earlier copy of Perl is in the path on the same machine?
>   

Yes.  By default Perl on Win32 will install itself into a default
physical path location as well as into the system variable path so that
it may be executed from any location within the running OS - but you can
specify an alternate physical installation directory as well as alter
any path variables.

When calling for Perl (from the command-line or within the confines of a
system service), you can explicitly choose which physical location of
the application you would like to run.  From instance:

C:\Perl\Perl.exe C:\ASSP\assp.pl

-- or in similar fashion but from an alternate directory --

C:\Perl5008008\Perl.exe C:\ASSP\assp.pl


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to