in reply to namespace::clean and "Unknown Error"

namespace::clean is useless. If you don't want imports, just be explicit
use Foo(); no Foo; # unimport

Replies are listed 'Best First'.
Re^2: namespace::clean and "Unknown Error"
by jasonk (Parson) on Feb 16, 2009 at 22:06 UTC

    Which is a pretty clear indication that you have no idea what it does. Being able to import all the handy utility methods I need from whatever libraries I like without having all those imported functions appear as methods on the object is extremely useful.


    www.jasonkohles.com
    We're not surrounded, we're in a target-rich environment!