![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: passing data to other script via linkby arthas (Hermit) |
on Jun 08, 2004 at 08:18 UTC ( #362235=note: print w/replies, xml ) | Need Help?? |
Don't pass the SQL queries that way, it's dangerous (as someone else already pointed out). I would suggest you call your script with something like this:
And, in your program you can have:
You can then keep all the queries in the subs. Hope this helps! Michele.
In Section
Seekers of Perl Wisdom
|
|