Stuart Johnston <[EMAIL PROTECTED]> writes: > Does anyone have a simple filter for URL encoding that I can use?
Here is a simple filter, in context:
$th = Template->new(
FILTERS =>
{
'uri' => sub { CGI::escape($_[0]) },
}
);
--
/ Jonas - http://jonas.liljegren.org/myself/en/index.html
