On Tue, Mar 13, 2007 at 02:49:35PM -0700, Me wrote:
> url('www.someplace.com?this=that', red='cool') is
> giving me.
> 
> www.sompleace.com?this=that?red=cool

Just from memory, but I think you do:

    USE my_url = URL('www.somplace.com');

    my_url( this = 'that', red = 'cool' );

Seems like the man page supports that.

Or with initial parameters something like this:

    USE my_link = URL( uri.path, req.parameters );

-- 
Bill Moseley
[EMAIL PROTECTED]


_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to