> Use HTML::Templates and a CGI script to generate the
> content of your table
> cell.
>
> Your table cell would include merely
> 
> <DEFANG TMPL_VAR NAME="NEWS">
> 
> and your perl code would be something of hte sort
of:
> 
> my $news = (sql query code goes here...);
> 
> my $template = HTML::Template->new(
>   filename => "$Template_Dir/$tmpl_file",
> die_on_bad_params => 0,
> );

forgive me...but I am really a newbie...what's in what
now???
say that I have now an empty
<td></td>

what should I put in there?
and if I write my perl code in a file xxx.pl...how
does the HTML calls it?? I don't get your solution
(yet, hopefully)....
$template->param(NEWS => $news);


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to