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.
"Rob Dixon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Todd W. wrote: > > > > "Rob Dixon" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > Todd wrote: > > > > > > > > Perl is so slick: > > > > > > > > if ( $self->{code} ) { > > > > $string = $self->{co

Re: perl is slick

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

Re: perl is slick

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

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
Todd 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->{class}