- or download this
#!/usr/bin/env perl -w
##!/usr/bin/env perl -wd
...
exit 0;
__END__
- or download this
--> Working on PDL::Graphics::PGPLOT::Window
Fetching http://www.cpan.org/authors/id/E/ET/ETJ/PDL-2.084.tar.gz ...
+OK
...
Building and testing PDL-2.084 ... OK
Successfully installed PDL-2.084
1 distribution installed
- or download this
for my $submod(qw/ PGPLOT Gnuplot PLplot Prima /) {
eval "use PDL::Graphics::Simple::$submod;";
}