Search Results

Search: Posts Made By: cic
Forum: Programming 07-12-2012
1,383
Posted By cic
I wouldnt have thought GUI design was a strong...
I wouldnt have thought GUI design was a strong point for Perl?
What about portability of the application to users Windows environment?

---------- Post updated at 02:03 PM ---------- Previous...
4,089
Posted By cic
This works a treat. 3 times faster now. Thank...
This works a treat. 3 times faster now.
Thank you.
Forum: Programming 07-10-2012
1,383
Posted By cic
Building app. to send data to website
Hi.
I plan to build an application which takes text data from a user.
It then sends this to a website, login required.

The business case being this site contains many text fields, mostly...
4,089
Posted By cic
korn shell for loops with expect issue
Hi I have the following Korn script having multiple for loops.

#!/bin/ksh
EXPECT=/usr/local/bin/expect
exp_internal
for d in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 i22...
6,745
Posted By cic
problem was not initialising variable after...
problem was not initialising variable after iteration at bottom of script:

DONE
((i+=1)) ((h+=1)) done
i=1
h=1
6,745
Posted By cic
multiple while loops in expect script
Hi,

I am trying to incorporate multiple while loops into an expect script written in ksh shell. This is on a Solaris 10 system. Here is the code:

#!/bin/ksh
EXPECT=/usr/local/bin/expect
...
Showing results 1 to 6 of 6

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