LD
2005-05-03 01:45:34 UTC
Hi there,
If I have the following as part of a template definition (in a file):
[% self.CGI.h1(self.reflect.package) %]
...it returns the proper name as expected. If I however do:
sub someTemplate { \ <<'EOT'; }
[% self.CGI.header %]
[% self.CGI.h1(self.reflect.package) %]
EOT
...I instead get something like: PKG0x958d0c
How might this be fixed?
Cheers.
--
LD
If I have the following as part of a template definition (in a file):
[% self.CGI.h1(self.reflect.package) %]
...it returns the proper name as expected. If I however do:
sub someTemplate { \ <<'EOT'; }
[% self.CGI.header %]
[% self.CGI.h1(self.reflect.package) %]
EOT
...I instead get something like: PKG0x958d0c
How might this be fixed?
Cheers.
--
LD