table of contents
| PDL::Config(3pm) | User Contributed Perl Documentation | PDL::Config(3pm) |
NAME¶
PDL::Config - vestige of configuration for PDL
DESCRIPTION¶
This was used for control of, and then storage of, various options for building PDL. Many have been replaced with environment variables - consult the various Makefile.PLs in the GD, GSL, etc modules.
To see if a module is installed, use this boolean expression:
eval { require PDL::Module::Name; 1 }
| 2026-08-19 | perl v5.42.3 |