> Vive OO.
Rock on.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
"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
"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
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 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(),