Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thanks for any piece of wisdom,
The code looks like this
[...] $ENV{'VARIABLE'} = "whatever string"; Win32::Process::Create($ProcessObj, $self->{COMMAND}, $self->{ARGS}, 0, 'NORMAL_PRIORITY_CLASS', $self->{CWD}); [...]
|
|---|