Search Results

Search: Posts Made By: bojomojo
1,980
Posted By bojomojo
Thanks alot but I figured it out.. I stripped...
Thanks alot but I figured it out..
I stripped the 2 strings of whitespaces before comparison :)
1,980
Posted By bojomojo
PERL - Compare 2 strings, excluding whitespaces
I am creating a script to compare definitions and declarations of functions in C code, and report if the arguments are different.

So I need to compare the 2 strings (args of both), how can I do...
3,610
Posted By bojomojo
okay, I solved this but faced another problem.. ...
okay, I solved this but faced another problem..
It works great if the function declaration is on a single line:
void function1(arg1, arg2)
but doesn't work if its multiline:
void function1(arg1, ...
3,610
Posted By bojomojo
Perl script to find where functions is called in c
Hello,

I need to write a perl script to find where functions is called in c files..

The script should scan the file and find out the function names and then search to see where they are...
4,003
Posted By bojomojo
Script to compare 2 words (first and last letter only)
Hello,
I need a script to do the following:
I have a file filled of lines like:

valu -> value
confirmaton -> confirmation

I need a script to compare the first and last letters of the words,...
Showing results 1 to 5 of 5

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