This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
_______________________________________________________________________________ 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>