Search Results

Search: Posts Made By: gvk25
1,212
Posted By gvk25
How replace -- character in perl
Hi All,

I am having below issue could anybody help me.

$x= SELECT * FROM EMP --xyz this change is done in q2;

I want delete the charchters from -- to till the end.

I want $x to be
...
2,944
Posted By gvk25
I had a doubt on fork(),pls help me. I...
I had a doubt on fork(),pls help me.

I can create only 4000 process on my machine .

I need to make 8000 process ,does the fork will wait for other process to complete and will create a new...
2,944
Posted By gvk25
Can you elobrate more ,I am bit new to perl...
Can you elobrate more ,I am bit new to perl scripting
2,944
Posted By gvk25
Parallel process in Perl
HI All,
I have scenerio where I need to call sub modules through for loop

for (i=0; i<8000 ;i++)
{
..
BLOCKA

}
BLOCKA
{
..
..
subroutine 1;
subroutine 2;
}
I want this to be run in...
Forum: Programming 04-15-2012
1,649
Posted By gvk25
PARALLELISM IN PERL
PARALLEL PROCESSING IN PERL
HI All,
I have scenerio where I need to call sub modules through for loop

for (i=0; i<8000 ;i++)
{
..
BLOCKA

}
BLOCKA
{
..
..
subroutine 1;
subroutine 2;...
1,888
Posted By gvk25
PARALLEL PROCESSING IN PERL
HI All,
I have scenerio where I need to call sub modules through for loop

for (i=0; i<30 ;i++)
{
..

..
..
subroutine 1;
subroutine 2;
}
I want this to be run in parallel

process1...
1,205
Posted By gvk25
removing \n in PERL from the data fetched from db
Hi

I am fetching data from table which contains SQL query like this into a variable $qry


SELECT ABC,
DEF
WHERE (XYZ = 'Normalization' or
ABC_TYPE = 'DEF') and lookup_port like 'ABAC%'...
1,166
Posted By gvk25
Formating of query variable in perl
Hi ,

I am facing error in perl
when I assign a below query in a varibale $query because of new line charchters
$query=
SELECT XYZ
, ABC
, c2
, c3...
6,304
Posted By gvk25
Can you explain me the code what you are doing ...
Can you explain me the code what you are doing

---------- Post updated at 03:22 PM ---------- Previous update was at 03:20 PM ----------

hi Balaji can you explain the logic which you have...
6,304
Posted By gvk25
thanks very much for you help ----------...
thanks very much for you help

---------- Post updated at 03:16 PM ---------- Previous update was at 03:08 PM ----------

I want to call a funtion with the value of each group how can I acheive...
6,304
Posted By gvk25
I am storing my o/p of the query in an array,I...
I am storing my o/p of the query in an array,I want to use an array instead of inputfile.
Dow we have any other way to implement above logic

@ins=(a,a,b,b,b);...
6,304
Posted By gvk25
Joining multi-line output to a single line in a group
Hi,

My Oracle query is returing below o/p

----------------------------------------------------------
Ins trnas value
a lkp1 x
a lkp1 ...
Showing results 1 to 12 of 12

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