perl pattern matching
From: seema (seema_coma_at_yahoo.co.in)
Date: 03/12/05
- Previous message: Jim Gibson: "Re: Convert to NTP Timestamp"
- Next in thread: Bob Walton: "Re: perl pattern matching"
- Reply: Bob Walton: "Re: perl pattern matching"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Mar 2005 07:25:17 -0800
hi all,
I am a fresher, learning the Perl programming.
I have got a problem i just want to match old
C style function definition,
for example,
void hiall()
int k,j,l,m;
char *dare;
{
//BODY OF THE FUNCTION
}
If such old C style function definition exists
then i just need that function name. Hope somebody will
help a chinless wonder like me
Seema Rao
- Previous message: Jim Gibson: "Re: Convert to NTP Timestamp"
- Next in thread: Bob Walton: "Re: perl pattern matching"
- Reply: Bob Walton: "Re: perl pattern matching"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|