Hello. I would like to use the shell to run SQL scripts or PL/SQL scripts written by 
co-workers. These scripts are useful and I don't need to do re-work so I am trying to 
use them in my perl script where i can retrieve the data that results from running 
them into a $scalar, @array, or %hash. I cannot seem to GET the values/or variables to 
be stored into a perl variable that I created. Can anyone help me do this? I actually 
have it where I call a sub routine that goes out and runs the script, but I am not 
able to get the data when I return from the shell.
 
Thanks,
JC

Reply via email to