Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Perl on Windows

user517331Apr 7 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2010
Added on Apr 7 2010
0 comments
422 views