Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export pdl() only from perl PDL
- use PDL qw(pdl);
- use PDL qw();
- Can't call method "new" on unblessed reference at Basic/Core/Core.pm.PL (i.e. PDL::Core.pm) line 934.
- {
- require PDL;
- pdl();
- }
- use PDL::Core;
- use PDL::Ops;
- use PDL::Primitive;
- use PDL::Ufunc;
- use PDL::Basic;
- use PDL::Slices;
- use PDL::Bad;
- use PDL::MatrixOps;
- use PDL::Math;
- use PDL::Version;
- use PDL::IO::Misc;
- use PDL::IO::FITS;
- use PDL::IO::Pic;
- use PDL::Lvalue;
- use PDL::Core '';
- use PDL::Ops '';
- use PDL::Primitive '';
- use PDL::Ufunc '';
- use PDL::Basic '';
- use PDL::Slices '';
- use PDL::Bad '';
- use PDL::Version;
- use PDL::Lvalue;
Advertisement
Add Comment
Please, Sign In to add comment