Hi

I am trying to use perlsvc from Activestate.

I am stuck on the following, I understand they want the temp directory and
probably the current
directory where the .exe will be, however the language they use below is not
very clear.

Would someone be kind enough to give a two to three line example. (The rest
of my code and perlsvc code is fine, just this piece.

Thenks

Tony

==========================

In freestanding executables, the @INC array will contain two paths:

. (the current directory), and

\TEMP\<scriptname>\<unique identifier> (where \TEMP is the directory
specified in your %TEMP% environment variable).

This is because freestanding executables do not depend on Perl to be
installed.

=============================================================





_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to