insert sql commands from a perl script
From: Herve Muyal <hmuyal_at_disun5.epfl.ch>
Date: 1996/01/09
Message-ID: <4ctplf$1hi_at_info.epfl.ch>#1/1
Date: 1996/01/09
Message-ID: <4ctplf$1hi_at_info.epfl.ch>#1/1
How do I have to do if I want to execute sqlplus commands in a perl script?
I just want to do this command:
INSERT INTO tablename VALUES ($var1,$var2,$var3);
where $var1, $var2, $var3 are perl variables.
If anybody has a -not too complicated- solution please let me know.