PDL-IO-Export2D version 0.010
=========================

Provides a convenient method for exporting a 2D piddle. 'export2d' is a wrapper around the standard PDL method 'wcols' for exporting the entire piddle. The author was tired of having to extract the columns just to write them all to a file, and so set off to provide a solution.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

PDL

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2011 by Joel Berger

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.


