in reply to why "link", "rename", but no "unlink" in CORE::?

I would look at ex::override

  • Comment on Re: why "link", "rename", but no "unlink" in CORE::?

Replies are listed 'Best First'.
Re^2: why "link", "rename", but no "unlink" in CORE::?
by perl-diddler (Chaplain) on Feb 27, 2013 at 20:26 UTC
    Indeed.

    That might be a cleaner way to do the same, though not sure if it will solve the problem of allowing a direct call or not until I try it (i.e. if I can't call unlink directly, it might not let me override it either? Dunno).

    Thanks for the tip.