Use system to run it:
system( $SQLPLUS ) == 0 or die $?;
Or, if you want to capture the output of the program use backticks, or the qx{} equivalent.
my $output = qx{ $SQLPLUS };
In reply to Re: How to run a .exe file from a Perl script?
by FunkyMonk
in thread How to run a .exe file from a Perl script?
by Ethen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |