Re: macros

2002-10-18 Thread Randal L. Schwartz
> "Duarte" == Duarte Cordeiro <[EMAIL PROTECTED]> writes: Duarte> (the question being: how can I do macros within perl, and how can I pass "things" to the perl interpreter? ) -- Randal L. Schwartz - Stonehenge Consulting Services

RE: macros

2002-10-18 Thread Beau E. Cox
hnson [mailto:pjcj@;pjcj.net]On Behalf Of Paul Johnson Sent: Thursday, October 17, 2002 2:03 AM To: Beau E. Cox Cc: Duarte Cordeiro; [EMAIL PROTECTED] Subject: Re: macros On Thu, Oct 17, 2002 at 01:29:59AM -1000, Beau E. Cox wrote: > Hi - > > I don't think so... > > Of course you

Re: macros

2002-10-18 Thread Paul Johnson
On Thu, Oct 17, 2002 at 01:29:59AM -1000, Beau E. Cox wrote: > Hi - > > I don't think so... > > Of course you can write a perl preprocessor in perl... > > or, what about some open source preprocessor? > > Aloha => Beau. If you want the C preprocessor, check out the -P option to Perl. But I'd

RE: macros

2002-10-18 Thread Duarte Cordeiro
2002 1:11 PM > To: Paul Johnson > Cc: Duarte Cordeiro; [EMAIL PROTECTED] > Subject: RE: macros > > > Hi - > > Yea, I just tried a c preprocessor, but, guess what? > All perl comments (they start with # remember) gave > 'invalif preprocessor directives... >

RE: macros

2002-10-17 Thread Beau E. Cox
Hi - I don't think so... Of course you can write a perl preprocessor in perl... or, what about some open source preprocessor? Aloha => Beau. -Original Message- From: Duarte Cordeiro [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 17, 2002 1:04 AM To: [EMAIL PROTECTED] Subject: macr

Re: Macros concept?

2001-07-17 Thread Michael Fowler
On Tue, Jul 17, 2001 at 08:04:39AM -0700, [EMAIL PROTECTED] wrote: > > Rajanikanth Dandamudi <[EMAIL PROTECTED]> said: > > > Is there a concept of macros in perl, i.e. > > Is there some thing like preprocessor processing > > in perl. Thanks in advance. (I don't have the original message, s

Re: Macros concept?

2001-07-17 Thread Paul
--- [EMAIL PROTECTED] wrote: > > Rajanikanth Dandamudi <[EMAIL PROTECTED]> said: > > > Is there a concept of macros in perl, i.e. > > Is there some thing like preprocessor processing > > in perl. Thanks in advance. > > Nto that I am aware of. I have preprocessed perl scripts with the m4 >

Re: Macros concept?

2001-07-17 Thread smoot
> Rajanikanth Dandamudi <[EMAIL PROTECTED]> said: > Is there a concept of macros in perl, i.e. > Is there some thing like preprocessor processing > in perl. Thanks in advance. Nto that I am aware of. I have preprocessed perl scripts with the m4 macro preprocessor, but you have to be caref