Perl Data Language

Scientific computing with Perl

Get PDL Get Docs Get Help

Recent News

2012-02-13
SciPDL-v2.4.10 package released for MacOSX (Lion)
2012-02-05
PDL Book: First draft PDF release!
2012-02-05
PDL 2.4.10 released (now with automatic multi-thread support)

PDL ("Perl Data Language") gives standard Perl the ability to compactly store and speedily manipulate the large N-dimensional data arrays which are the bread and butter of scientific computing.

PDL turns Perl into a free, array-oriented, numerical language similar to (but, we believe, better than) such commercial packages as IDL and MatLab. One can write simple perl expressions to manipulate entire numerical arrays all at once. Simple interactive shells, pdl2 and perldl, are provided for use from the command line along with the PDL module for use in Perl scripts.