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



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users

Reply via email to