in reply to Re^3: Debugging a module that's failing under taint mode
in thread Debugging a module that's failing under taint mode

> so I think I can safely assume that the problem is with the Site::HTML module.

nope, try

use lib $safepath;

instead. :)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^5: Debugging a module that's failing under taint mode
by Bod (Parson) on Jul 01, 2021 at 22:38 UTC
    nope, try...

    Well spotted!
    I was editing my post as you typed that as I had spotted it too...

    Thanks for your help LanX