G
Girish
I have the following snippet of code running on perl, v5.6.1 built for
MSWin32-x86-multi-thread
on Windows XP platform.
if($ENV{'ATS_SETUP'} ne "")
{
$sendEmail = "yes";
$rootDrive = $ENV{'ATS_INDRIVE'};
$templateRoot = $ENV{'ATS_TEMPLATEROOT'};
$ATSRoot = $ENV{'ATS_ATSOUTDRIVE'};
}
Basically all the mentioned environment variables have been set. Yet
still, the above snippet doesn't work. Why? <Banging head>
MSWin32-x86-multi-thread
on Windows XP platform.
if($ENV{'ATS_SETUP'} ne "")
{
$sendEmail = "yes";
$rootDrive = $ENV{'ATS_INDRIVE'};
$templateRoot = $ENV{'ATS_TEMPLATEROOT'};
$ATSRoot = $ENV{'ATS_ATSOUTDRIVE'};
}
Basically all the mentioned environment variables have been set. Yet
still, the above snippet doesn't work. Why? <Banging head>