Re: perl is slick

2003-11-30 Thread Dan Anderson
> Vive OO. Rock on. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl is slick

2003-11-26 Thread Todd W.
he first place by another method call placed in a > > > > Template::Toolkit template. > > > > > > > > Vive OO. > > > > > > > > Todd W. > > > > > > Maybe. But I would take at least a couple of minutes > > > to un

Re: perl is slick

2003-11-25 Thread Rob Dixon
at least a couple of minutes > > to understand what you've written. > > I wote that code years ago. I did explain it above. The code above is part > of a source code generator. $string contains programming source code. The > language of the source code depends on a flag bei

Re: perl is slick

2003-11-24 Thread Todd W.
e generator. $string contains programming source code. The language of the source code depends on a flag being set in an XML file. I understand it completely. I wrote it. > That's not why Perl is slick. You must have missed the point. ( There was no point to posting it, I was just rereading

Re: perl is slick

2003-11-24 Thread Todd W.
"R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Todd W." wrote: > > > Perl is so slick: > > > > if ( $self->{code} ) { > > $string = $self->{code}; > > } else { > > $self->{class}{file}{generator}{tt2}->process( > > $self->{class}{file}{generator}{fmgr

Re: perl is slick

2003-11-24 Thread R. Joseph Newton
"Todd W." wrote: > Perl is so slick: > > if ( $self->{code} ) { > $string = $self->{code}; > } else { > $self->{class}{file}{generator}{tt2}->process( > $self->{class}{file}{generator}{fmgr}{templates}{CollectionProperty}, > $self, > \$string > ) || die $self->{cl

Re: perl is slick

2003-11-24 Thread Rob Dixon
tor that uses Template::Toolkit. $string is returned, being > called for in the first place by another method call placed in a > Template::Toolkit template. > > Vive OO. > > Todd W. Maybe. But I would take at least a couple of minutes to understand what you've written. That&

perl is slick

2003-11-24 Thread Todd W.
Perl is so slick: if ( $self->{code} ) { $string = $self->{code}; } else { $self->{class}{file}{generator}{tt2}->process( $self->{class}{file}{generator}{fmgr}{templates}{CollectionProperty}, $self, \$string ) || die $self->{class}{file}{generator}{tt2}->error(),