Re: CGI::FastTemplate confusion

2002-01-07 Thread webmaster
Hello Peter et al, >>This probably should be addressed to [EMAIL PROTECTED], but since I >>think I can help, here goes. Sorry about that; I thought about it only after hitting send. >You need to use the assign method before the parse. tpl->assign($hashref) >This method expects a hasref as an

Re: CGI::FastTemplate confusion

2002-01-07 Thread Jeff 'japhy' Pinyan
On Jan 7, [EMAIL PROTECTED] said: >1) Created an HTML template file which contains HTML code (of course) and >the names of variables that are populated in my script. For example, if >the following line is in my template file: > >Hello $name > >Then somewhere in my perl script, you will find: > >

Re: CGI::FastTemplate confusion

2002-01-07 Thread Peter Cline
At 04:36 PM 1/7/02 -0500, you wrote: >Hello all, > >I've just begun to use CGI::FastTemplate and I get the feeling I am >misunderstanding >something. I have read the perldoc repeatedly, but I guess it's just not >sinking in. If anyone can lend some insight, it would be much appreciated. > >I ha