[26322] in Perl-Users-Digest
Perl-Users Digest, Issue: 8497 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Oct 7 11:05:30 2005
Date: Fri, 7 Oct 2005 08:05:06 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Fri, 7 Oct 2005 Volume: 10 Number: 8497
Today's topics:
Re: Is there a Perl Module The Does GCC like precompile <1usa@llenroc.ude.invalid>
Re: Is there a Perl Module The Does GCC like precompile <1usa@llenroc.ude.invalid>
Re: Is there a Perl Module The Does GCC like precompile <1usa@llenroc.ude.invalid>
Re: Is there a Perl Module The Does GCC like precompile <Random@Task.be>
Re: Is there a Perl Module The Does GCC like precompile <Random@Task.be>
Re: Is there a Perl Module The Does GCC like precompile <Random@Task.be>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Fri, 07 Oct 2005 14:12:41 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <Xns96E867E1EE272asu1cornelledu@127.0.0.1>
Random Task <Random@Task.be> wrote in news:N%u1f.8593$2F2.1045973
@news20.bellglobal.com:
> I think maybe i should be more clear ...
Oh, yes you should. You should also read the posting guidelines to learn
how to adopt an effective posting style: One which makes it easy for
others to help you.
> I would like to preprocess IDL
> files with a perl script ... not preprocess perl :-)
What do you mean by 'preprocess'?
Sinan
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
------------------------------
Date: Fri, 07 Oct 2005 14:27:36 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <Xns96E86A6968D7Fasu1cornelledu@127.0.0.1>
Random Task <Random@Task.be> wrote in news:434683A6.2090904@Task.be:
> A. Sinan Unur wrote:
...
>>>I would like to preprocess IDL
>>>files with a perl script ... not preprocess perl :-)
>>
>>
>> What do you mean by 'preprocess'?
>
> I want to take an IDL file and preprocess it ... like someone would do
> with a C file
...
> The trick is ... I only have access to Perl ... so I can't use gcc. So
> I was hoping I would not have to implement this myself.
...
> Your answers will be (and are) very much appreciated :-)
What did you find when you searched CPAN?
http://search.cpan.org/search?query=cpp&mode=all
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
------------------------------
Date: Fri, 07 Oct 2005 14:46:57 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <Xns96E86DB145AEDasu1cornelledu@127.0.0.1>
Random Task <Random@Task.be> wrote in
news:SKv1f.8627$2F2.1053934@news20.bellglobal.com:
> A. Sinan Unur wrote:
>> Random Task <Random@Task.be> wrote in news:434683A6.2090904@Task.be:
>>
>>>I want to take an IDL file and preprocess it ... like someone would
>>>do with a C file
>>
>> ...
>>
>>>The trick is ... I only have access to Perl ... so I can't use gcc.
>>>So I was hoping I would not have to implement this myself.
...
>> What did you find when you searched CPAN?
>>
>> http://search.cpan.org/search?query=cpp&mode=all
>>
>
> I found this:
>
> http://search.cpan.org/~ram/Pod-PP-0.1.2/PP.pm
So, you skipped the first match?
> It looks reasonably close to what I need.
>
> However it looks like a beta and that it is no longer being
> maintained.
http://search.cpan.org/~shevek/Text-CPP-0.12/CPP.pm
DESCRIPTION ^
A fast C preprocessor in XS. This does not require an external C
preprocessor, and will not fork() or exec() any external process.
Sinan
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
------------------------------
Date: Fri, 07 Oct 2005 09:47:27 -0400
From: Random Task <Random@Task.be>
Subject: Re: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <N%u1f.8593$2F2.1045973@news20.bellglobal.com>
I think maybe i should be more clear ... I would like to preprocess IDL
files with a perl script ... not preprocess perl :-)
Jim
www.gomba.ca
------------------------------
Date: Fri, 07 Oct 2005 10:18:14 -0400
From: Random Task <Random@Task.be>
Subject: Re: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <434683A6.2090904@Task.be>
A. Sinan Unur wrote:
> Random Task <Random@Task.be> wrote in news:N%u1f.8593$2F2.1045973
> @news20.bellglobal.com:
>
>
>>I think maybe i should be more clear ...
>
>
> Oh, yes you should. You should also read the posting guidelines to learn
> how to adopt an effective posting style: One which makes it easy for
> others to help you.
>
>
>>I would like to preprocess IDL
>>files with a perl script ... not preprocess perl :-)
>
>
> What do you mean by 'preprocess'?
I want to take an IDL file and preprocess it ... like someone would do
with a C file
(http://www.lns.cornell.edu/public/COMP/info/egcs/cpp/cpp_toc.html). I
want to catch the output of the preprocess and store it in a tmp file.
That tmp file will be used by another process.
The trick is ... I only have access to Perl ... so I can't use gcc. So I
was hoping I would not have to implement this myself.
>
> Sinan
Your answers will be (and are) very much appreciated :-)
Cheers,
Jim
www.gomba.ca
------------------------------
Date: Fri, 07 Oct 2005 10:37:40 -0400
From: Random Task <Random@Task.be>
Subject: Re: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <SKv1f.8627$2F2.1053934@news20.bellglobal.com>
A. Sinan Unur wrote:
> Random Task <Random@Task.be> wrote in news:434683A6.2090904@Task.be:
>
>
>>A. Sinan Unur wrote:
>
> ...
>
>>>>I would like to preprocess IDL
>>>>files with a perl script ... not preprocess perl :-)
>>>
>>>
>>>What do you mean by 'preprocess'?
>>
>>I want to take an IDL file and preprocess it ... like someone would do
>>with a C file
>
>
> ...
>
>
>>The trick is ... I only have access to Perl ... so I can't use gcc. So
>>I was hoping I would not have to implement this myself.
>
>
> ...
>
>
>>Your answers will be (and are) very much appreciated :-)
>
>
> What did you find when you searched CPAN?
>
> http://search.cpan.org/search?query=cpp&mode=all
>
I found this:
http://search.cpan.org/~ram/Pod-PP-0.1.2/PP.pm
It looks reasonably close to what I need.
However it looks like a beta and that it is no longer being maintained.
Jim
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc. For subscription or unsubscription requests, send
#the single line:
#
# subscribe perl-users
#or:
# unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 8497
***************************************