On 4/27/07, Chas Owens <[EMAIL PROTECTED]> wrote:
On 4/27/07, Nishi <[EMAIL PROTECTED]> wrote:
>
> So, calling the perl script explicitly as in
> %ACTIVESTATEPERL%\bin\perl.exe
>
> solves my issue in the cygwin environment.
snip

I think there is some confusion here.  You cannot be running
%ACTIVESTATEPERL%\bin\perl.exe from the "cygwin environment" as
%ACTIVESTATEPERL% has no meaning to BASH (you would have to say
$%ACTIVESTATEPERL).  It would have meaning to the Windows command line
program (cmd.exe).  Also, cygwin does not use an environmental
variable ACTIVESTATEPERL, that belongs to ActiveState Perl which has
nothing whatsoever to do with Cygwin.


Whoops, copy and paste error, that should be $ACTIVESTATEPERL not
$%ACTIVESTATEPERL

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to