Search Results

Search: Posts Made By: jyo123.jyothi
3,512
Posted By jyo123.jyothi
Read popup message and save it in file
Hi,
I am trying to automate one of the application using IE:Auotmation in perl
My web application has few text fields and 2 buttons "Save Changes" and "Discard Changes".I have written code to enter...
3,327
Posted By jyo123.jyothi
Iteration on line number using perl
hi freinds,
I am writing a script using perl
My input file will be looking like this
OSILANConnectorTypeDetected RO 11713000
OSILANSignalTypeOverride RW 11610000...
3,183
Posted By jyo123.jyothi
Thanks kevin, I read modules and wrote the...
Thanks kevin,
I read modules and wrote the following script:
my $popup = $ie->getPopupWindow("Request Acknowledged-Phaser 4510DT");
$popup->getTable('id:', "headingtext")->Click;

When i use...
3,183
Posted By jyo123.jyothi
win32::IEAutomation
Hi folks,
what is the command used to click on the 'x' button of popup browser window in perl windows.I am using WIN32::IEAutomation module.

Please any one can help on this....
4,486
Posted By jyo123.jyothi
Hey i got the solution for(i=1;i<=3;i++) ...
Hey i got the solution

for(i=1;i<=3;i++)
do
Index=`awk 'NR=='$i' {print $2}' input`
value=Index+3000
echo $value

Thanks to all of u
4,486
Posted By jyo123.jyothi
Thanks .. but i have lot of operations ...i...
Thanks ..
but i have lot of operations ...i cant put all of them in one command line ...thats why i am trying to put in for loop....Do u have any suggestions to use awk in loop
4,486
Posted By jyo123.jyothi
Actually i need the value of 1st row and 2nd...
Actually i need the value of 1st row and 2nd column once i.e 11110001 and do a set of operations on that value .I gave just example of adding 3000 but i have set of operations using that value.Then...
4,486
Posted By jyo123.jyothi
see Index=`awk 'NR==1 print $2}' input` ...
see
Index=`awk 'NR==1 print $2}' input`
value=Index+3000

so the output will be 11113001
Like this it has to use for all the rows one by one

similar to this
for(i=1;i<=3;i++)
do...
4,486
Posted By jyo123.jyothi
Thanks for ur help but I actually need 1st row's...
Thanks for ur help but I actually need 1st row's 2nd column value.Like in the input file i need only 11110001 to be printed ,then after 1 iteration it should print 2nd row 2nd column value then 3rd...
4,486
Posted By jyo123.jyothi
Awk Utilities
Hi,
My input file is like this
1 11110001 1.1.1.1.1
2 12222212 2.3.44.5.6
3 22223333 1.3.2.4.1.55

Now i need the 2nd column value get printed
I tried with the following command
awk 'NR==1...
Forum: Oracle Updates (RSS) 05-08-2008
1,754
Posted By jyo123.jyothi
Awk Utilities
Hi,
My input file is like this

1 11110001 1.1.1.1.1
2 12222212 2.3.44.5.6
3 22223333 1.3.2.4.1.55

Now i need the 2nd column value get printed
I tried with the following command
...
Showing results 1 to 11 of 11

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