Using Perl on Windows
Hello
Is it safe to use the Perl distribution delivered with Oracle for Windows platforms?
This use could be done through a batch file like this one:
if not "%PERL_BIN%" == "" goto lPerlOK
call %ORACLE_HOME%/BIN/commonenv.bat
set PERL_BIN=%ORACLE_HOME%%EMPERLOHBIN%
:lPerlOK
%PERL_BIN%\perl -w %1
Thanks