suekawar has asked for the wisdom of the Perl Monks concerning the following question:
so how can I print to the sql command using perl ,, thanks allmy $updStr="select ARKET_CODE from envent where CODE='${vCode}';"; system (qq( select ARKET_CODE from envent where CODE='${vCode}';)); $command = qx[ select ARKET_CODE from envent where CODE='${vCode}'];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: perl and sql
by Zaxo (Archbishop) on Feb 28, 2003 at 14:28 UTC | |
by suekawar (Novice) on Feb 28, 2003 at 14:49 UTC | |
by Anonymous Monk on Mar 01, 2003 at 01:39 UTC | |
Re: perl and sql
by Bilbo (Pilgrim) on Feb 28, 2003 at 14:24 UTC | |
by suekawar (Novice) on Feb 28, 2003 at 14:46 UTC | |
by cfreak (Chaplain) on Feb 28, 2003 at 14:52 UTC | |
by derby (Abbot) on Feb 28, 2003 at 17:29 UTC | |
by suekawar (Novice) on Feb 28, 2003 at 14:55 UTC | |
Re: perl and sql
by derby (Abbot) on Feb 28, 2003 at 14:38 UTC | |
Re: perl and sql
by OM_Zen (Scribe) on Feb 28, 2003 at 16:14 UTC | |
Re: perl and sql
by trs80 (Priest) on Feb 28, 2003 at 19:38 UTC | |
Re: perl and sql
by robartes (Priest) on Feb 28, 2003 at 14:26 UTC |