in reply to Re^4: Storable and passed filehandles (ref to glob)
in thread Storable and passed filehandles
Quoting the Storable docs:
At the cost of a slight header overhead, you may store to an already opened file descriptor using the store_fd routine, and retrieve from a file via fd_retrieve.
So you probably wrote that file with something other than store_fd and so it doesn't contain the "slight header overhead" that fd_retrieve is expecting.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Storable and passed filehandles (ref to glob)
by blahblah (Friar) on Aug 16, 2005 at 01:21 UTC | |
by tye (Sage) on Aug 16, 2005 at 01:36 UTC | |
by blahblah (Friar) on Aug 16, 2005 at 02:24 UTC |