On Mon, Feb 11, 2002 at 11:10:13AM +0000, Leon Brocard wrote: > > I'm running into a bit of a problem generating URLs where I need to > > encode text comtaining, for example, ampersands... > > "artist?name=Ike%20&%20Tina%20Turner"
> Template::Plugin::URL is really handy for this. > <a href="artist?name=Ike%20%26%20Tina%20Turner">Ike & Tina Turner</a> Exactly what I was looking for! Thanks, Tony
