It would be really cool if there were something like this:

http://search.cpan.org/~rubykat/HTML-LinkList-0.07/lib/HTML/LinkList.pm

only that produced TMPL_LOOPish results instead of final HTML, so you
could do funky things like:

my $html_links = link_list(current_url=>$url,
                               urls=>[EMAIL PROTECTED],
                               labels=>\%labels,
                               descriptions=>\%desc);
$template->param('navbar', $html_links);

and let the template manage the style and separators and whatnot.

I say this hoping someone else with more time than I have thinks it's
cool too and will do it, because otherwise I will... eventually. 
Someday.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to