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

960126: netCDF perl..



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>