#!/usr/bin/env perl -w ##!/usr/bin/env perl -wd use strict; use Data::Dumper; use PDL; use PDL::Graphics::Simple; $Data::Dumper::Purity = 1; imag (sin(rvals(200,200)+1)); sleep 10; exit 0; __END__ #### --> Working on PDL::Graphics::PGPLOT::Window Fetching http://www.cpan.org/authors/id/E/ET/ETJ/PDL-2.084.tar.gz ... OK Configuring PDL-2.084 ... OK Building and testing PDL-2.084 ... OK Successfully installed PDL-2.084 1 distribution installed #### for my $submod(qw/ PGPLOT Gnuplot PLplot Prima /) { eval "use PDL::Graphics::Simple::$submod;"; }