Re: C - Perl integration...

2006-06-28 Thread Mark Gardner
bruce wrote at 6/27/2006 3:24 PM: >i'm considering a C based project were i might have to do some >file/text/html parsing.. given the nature of perl, i'd prefer to do any >file/text parsing using perl's regex strength... > >can someone tell me what's the prefered method of returing information fro

RE: C - Perl integration...

2006-06-27 Thread bruce
om: John W. Kennedy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 2:08 PM To: [EMAIL PROTECTED] Cc: activeperl@listserv.activestate.com Subject: Re: C - Perl integration... bruce wrote: > hi... > > i'm considering a C based project were i might have to do some > file/te

Re: C - Perl integration...

2006-06-27 Thread John W. Kennedy
bruce wrote: > hi... > > i'm considering a C based project were i might have to do some > file/text/html parsing.. given the nature of perl, i'd prefer to do any > file/text parsing using perl's regex strength... > > can someone tell me what's the prefered method of returing information from > a

C - Perl integration...

2006-06-27 Thread bruce
hi... i'm considering a C based project were i might have to do some file/text/html parsing.. given the nature of perl, i'd prefer to do any file/text parsing using perl's regex strength... can someone tell me what's the prefered method of returing information from a perl app to a C app... ie if