"Craig A. Berry" wrote:
>
> At 10:54 AM -0700 9/7/00, Brad Hughes wrote:
> [snip]
> >open F, ">>stat_logger" or die "error [$!][$^E]";
> [snip]
> >works fine on all our VMS 7.1 boxes, but on a VMS 7.2-1 box the
> >open dies with
> >
> > %RMS-F-IOP, operation invalid for file organization or device
>
> What does perl -e "print -f 'stat_logger';" give you? How about -w?
Nothing.
$ perl -e "print 1 if not defined -f 'stat_logger'"
1
But this is true on the 7.1 systems as well...
Could someone post a simple C example to do what my
FORTRAN code did? I'll try that. Thanks.