The fact that you have to manually load PDL and
that the online help does not work suggests
that something is amiss in the install. I can
suggest a couple of checks:
(1) Try running perldl with the built
version of PDL by running the following
from the PDL source directory:
perl -Mblib perldl
(2) If you have run 'make doctest' then you
should be able to use 'help' and '?' and
other on-line doc features.
(3) You might check what the value of
$PDL::VERSION is after your forced
'use PDL' above.
By default, perldl and pdl2 both 'use PDL'
and support on-line documentation. If you
don't have that then there is a problem
somewhere.
--Chris
On 11/5/2010 6:36 PM, David Whysong wrote:
>
> Problem solved, I think... I need to do "use PDL" in the perldl shell,
> then "use PDL::Graphics::PGPLOT" and I can make a window and plot
> points.
>
> I never had to do that before. Various other functions are not
> operating, for example 'help' does nothing at all. So the problem is
> apparently with the perldl environment rather than PGPLOT.
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl