in reply to binary to ascii convertion

Not Perl... but maybe the R package Bio3D helps (directly or indirectly). At least, it contains a routine for reading .dcd files.

(Or, in case you really have a need to do this in Perl, you could try to figure out what the R code does, and then reimplement it in Perl...  Or, read/convert the data via R into some other format that's easier digestible in Perl...)

Replies are listed 'Best First'.
Re^2: binary to ascii convertion
by pytheas (Initiate) on Oct 21, 2008 at 18:45 UTC
    this with the R routine is extremely interesting and effective. this is fortan right?