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.
Susan, >Date: Thu, 25 Jan 1996 17:42:08 -0700 (MST) >From: address@hidden (Susan Norman) >Organization: UCAR/NCAR/ATD >Subject: Re: 960125: netCDF perl.. >Keywords: 199601241830.AA10647 In the above message you wrote: > Hi Steve, > > I'm sorry to keep bothering you, but I'm still having troubles, > (even with the latest version). ... > I ran the following script: > > #!/usr/local/bin/perl5.001m > > require 'NetCDF.pm'; ... Replace the above `require' line with the following: use NetCDF; Things should then work. -------- Steve Emmerson <address@hidden>