in reply to package new

A simple way to discover this for yourself. Install Devel::Trace. Then run:

perl -d:Trace -MDir::Pkg -E"Dir::Pkg->new()"

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^2: package new
by Anonymous Monk on May 30, 2013 at 13:55 UTC
    I will try that. Thanks