Search Results

Search: Posts Made By: Parthiban
5,305
Posted By Parthiban
what is if(!$sw && /(.+\(.*\))/) looking for....
what is
if(!$sw && /(.+\(.*\))/) looking for. and we didn't declare $sw previously, how it works and what is the use for it.?

Thanks & Regards,
Parthiban.
5,305
Posted By Parthiban
Hi, Its working great... Thank you very much.....
Hi, Its working great... Thank you very much.. you made my work simple now.. As am new to perl can you explain me how it works.?
5,305
Posted By Parthiban
Hi, Thanks for your great work. but This script...
Hi, Thanks for your great work. but This script doesn't print anything. I used the the following file for testing

file name : prog.c

function1()
{
abcd;
xyz;
sam()/*RA abc00123*/
}
...
5,305
Posted By Parthiban
It will show only the particular line which...
It will show only the particular line which contains abc100.
I want the function name which contains 'abc100' and other other numbers which having the same pattern 'RA '.

I tried the following ...
5,305
Posted By Parthiban
find function name in a program file
Hello All,
Is there any way to find a function name in a program file using perl.

for example, there is a file called Test.C in that
.
.
void function1(..)
{
<some code>
}
int...
Showing results 1 to 5 of 5

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