Re: [netcdf-perl] Perl NetCDF module - global atribute information access

On Sun, May 18, 2008 at 01:44:32PM -0700, L Tolstoy wrote:
Hello,
i'm using Perl NetCDF module in my PERL script to read
and arrange datafiles with radar information. I'm
looking for the way to check if there is a certain
global attribute in the file, and don't know how to do
it. It seems that ther is no one-to-one correspondence
between PERL and C interfaces, right (i was trying to
find something like nc_inq_attname() from C, to use
with PERL script)?

The perl netcdf module implements the netcdf 2 interface. It is
documented in http://www.unidata.ucar.edu/software/netcdf/docs.html
at the bottom there are links to the netcdf 2 documentation.

--
Pat