Dear Porters You might like to know about one problem I had with Storable and file opening pragmas. As you know, Storable can save to a file with nstore($filename) or via nstore_fd( $OPEN_HANDLE ) Now, if the handle $OPEN_HANDLE is opened with the '>:raw' pragma, instead of the usual '>' open + binmoding, then Storable takes over 20 times as long to store to the file than with nstore. Im talking 1 second to 2 minutes kind of slowdown. insane! It seems like Storable is thrashing on the newer io layer pragmas. (at least on 64-bit ubuntu server and perl 5.8.8); best regards daveThread Next