Hi All,
New to Perl so feel free to kick my ass if this is obvious..
Running Perl on XP and have written code to call command line code via `example.exe`. Works fine.
Now attempting to use over web via CGI. Get an error message saying MYVAR environment variable not defined.
example.exe seems ro require the MYVAR environment variable to run but can't seem to get when running CGI. Get same error if I remove MYVAR and attempt to run example.exe from command line.
So, question is..how to I let example.exe 'see' windows MYVAR environment variable when running from CGI.
Thanks.