Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -w
    ##!/usr/bin/env perl -wd
    ...
    exit 0;
    __END__
    
  2. 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
    
  3. or download this
    for my $submod(qw/ PGPLOT Gnuplot PLplot Prima /) {
    eval "use PDL::Graphics::Simple::$submod;";
    }