On Wed, Mar 20, 2002 at 09:04:18AM +0100, Alexander Schilling wrote: > I have a Problem using the Compile Option while using Tainted Mode in > Perl using Template Toolkit Version 2.06.
[...]
> I changed it to:
>
> $basedir =~ /(.*)/;
> &File::Path::mkpath($1) unless -d $basedir;
^^^^^^^^ you mean: $1
Thanks for reporting the problem and the subsequent patch. I've
applied it with the above line fixed appropriately.
Cheers
A
