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.
James, > From: address@hidden (James Stricherz) > Subject: major documentation problem with netCDFperl :-) > Organization: Texas A&M University - Tallahassee > Keywords: 199601102236.AA14543 netCDFperl > > I was looking at the README for NetCDFperl interface, and came across > a typo in the example code: > > @count = (2, 3); > @values = (0, 1, 2, 3, 4, 5); > NetCDF::varput($ncid, $varid, \@start, \@rcount, \@values); > > In the last line, there is a variable reference to \@rcount, which > doesn't exist, and should be \@count. Or @count should be @rcount. Thanks for the feedback. I've corrected the typo and it shouldn't appear in the next release. I'm glad you used a smiley-face with the word `major' in the subject line. ;-) -------- Steve Emmerson <address@hidden>