[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

netCDFPerl version 1.0 now available (fwd)




_______________________________________________________________________________
Robb Kambic                                Unidata Program Center
Software Engineer                          Univ. Corp for Atmospheric Research
address@hidden             WWW: http://www.unidata.ucar.edu/

---------- Forwarded message ----------
Date: Wed, 07 Jun 95 10:10:07 -0600
From: Steve Emmerson <address@hidden>
To: address@hidden
Subject: netCDFPerl version 1.0 now available

Hi,

Version 1.0 of the netCDFPerl package is now available via the URL

    ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/netcdf-perl.tar.Z

This package incorporates bug fixes, better support for perl strings,
and new names.  The module name has been changed from `netCDF' to
`NetCDF' to conform to the perl convention on module names.  Also, the
`nc' prefix has been dropped from all function names and the `NC_'
substring has been dropped from all macro constant names.  For example,
the function call

    netCDF::ncopen($path, netCDF::NC_CLOBBER)

is now

    NetCDF::open($path, NetCDF::CLOBBER)

The file HISTORY details the change information.

Please address all correspondence either to this mailing-list
(if you think there's sufficient general interest) or to
<address@hidden>.

Regards,
Steve Emmerson  <address@hidden>