I just started using PDL and saw in the documentation that there are 2 possible ways of importing PDL's core function:
use PDL::Core;
use PDL::Core ':Internal';
What exactly is the difference here? The documentation makes a comment on the second method: "Hairy routines". I also could not find anything about what's meant by that.
is equivalent to
which is equivalent to
is equivalent to