----- Original Message ----- From: "sujitha mary" <[EMAIL PROTECTED]>
To: <[email protected]> Sent: Thursday, December 13, 2007 7:46 PM Subject: [Perldl] PGPLOT
hi, while running a perl script that uses PGPLOT i'm getting an error Can't locate PGPLOT.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
The other replies probably already cleared this up for you.
I have am using PGPLOT in ubuntu.
There's a pgplot (C library) and a PGPLOT (perl module - which needs the pgplot C library). A perl script/module that does "use PGPLOT;" needs to be able to find the PGPLOT perl module. Looks like you don't have that perl module - at least not in any of those locations specified above.
Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
