I've checked several resources (including Perlmonks) and have an issue, I have setup/installed (using CPAN) the module and implemented:
use Tie::Dir qw(DIR_UNLINK);
but every time I try to use:
tie %Directory, Tie::Dir, ".", DIR_UNLINK;
I get:
"Bareword Tie::Dir not allowed while strict subs in use..."
Any Ideas?
I tried re-inventing the wheel again, but everytime I push it, it still falls flat on it's side...