Re: Translating fortran subroutine to perl

2002-09-08 Thread John W. Krahn
John Cichy wrote: > > Thank you very much, you confirmed that I was at least on the right track > with what I was doing. The numbers are still not coming out correctly (at > least not what I was expecting). This file seems to be geared towards a > sun system, could this be effecting my results, w

Re: Translating fortran subroutine to perl

2002-09-08 Thread John W. Krahn
John Cichy wrote: > > Thank you very much, you confirmed that I was at least on the right track > with what I was doing. The numbers are still not coming out correctly (at > least not what I was expecting). This file seems to be geared towards a > sun system, could this be effecting my results, w

Re: Translating fortran subroutine to perl

2002-09-08 Thread John Cichy
John, Thank you very much, you confirmed that I was at least on the right track with what I was doing. The numbers are still not coming out correctly (at least not what I was expecting). This file seems to be geared towards a sun system, could this be effecting my results, would using binmode(

Translating fortran subroutine to perl

2002-09-07 Thread John Cichy
Hello all, I have a binary I*2 format data file that I would like to extract data from. The file comes with a discription file that contains a fortran sub to extract the data. For the life of me I can't figure out how to accomplish the extraction. The following is from the description file nad

Re: Translating fortran subroutine to perl

2002-09-07 Thread John W. Krahn
John Cichy wrote: > > Hello all, Hello, > I have a binary I*2 format data file that I would like to extract data from. > The file comes with a discription file that contains a fortran sub to extract > the data. For the life of me I can't figure out how to accomplish the extraction. > The follow