* JustSome person <[EMAIL PROTECTED]> [2003-09-30 22:46]: > [% documnet.uri %]?somevar=[% totalcost %]
Predictable. > using template toolkit, can I read the URL string? No, because TT doesn't have anything to do with network protocols or anything of that sort. Where does your URL come from? Are you writing a CGI script? (I asked this before.) Are you using the CGI module? (Dito.) If so, you'll have to use one of CGI.pm's functions. If not, you'll have to use a function/method of whatever else it is you're using. I posted some questions along with my reply. It would have been nice if you had answered those. -- Regards, Aristotle "If you can't laugh at yourself, you don't take life seriously enough." _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
