Search Results

Search: Posts Made By: edstertech
4,508
Posted By edstertech
Hi Dip, It may be just the obvious...
Hi Dip,

It may be just the obvious difference in variable names between lines 1 and 2.

I've always found the following method for running SQL in scripts works:

$(printf "spool...
3,869
Posted By edstertech
Depending on the task, you could always break the...
Depending on the task, you could always break the script into 3 scripts:

Script 1 (control script):

foreach my $t (@text)
{
system(text_script.pl $t);
}

foreach my $x (@xml)
{
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy