in reply to Re^3: EOF problem with sqlplus on Windowsin thread EOF problem with sqlplus on Windows
$my_sql="select sysdate from dual"; my $request="echo $my_sql\|sqlplus system/password"; $result=qx($request); [download]