Guest User

Untitled

a guest
May 5th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. export pdl() only from perl PDL
  2. use PDL qw(pdl);
  3.  
  4. use PDL qw();
  5.  
  6. Can't call method "new" on unblessed reference at Basic/Core/Core.pm.PL (i.e. PDL::Core.pm) line 934.
  7.  
  8. {
  9. require PDL;
  10. pdl();
  11. }
  12.  
  13. use PDL::Core;
  14. use PDL::Ops;
  15. use PDL::Primitive;
  16. use PDL::Ufunc;
  17. use PDL::Basic;
  18. use PDL::Slices;
  19. use PDL::Bad;
  20. use PDL::MatrixOps;
  21. use PDL::Math;
  22. use PDL::Version;
  23. use PDL::IO::Misc;
  24. use PDL::IO::FITS;
  25. use PDL::IO::Pic;
  26. use PDL::Lvalue;
  27.  
  28. use PDL::Core '';
  29. use PDL::Ops '';
  30. use PDL::Primitive '';
  31. use PDL::Ufunc '';
  32. use PDL::Basic '';
  33. use PDL::Slices '';
  34. use PDL::Bad '';
  35. use PDL::Version;
  36. use PDL::Lvalue;
Advertisement
Add Comment
Please, Sign In to add comment