
newbie_77
Deleted
Jun 27, 2000, 8:20 AM
Post #1 of 1
(425 views)
|
|
NEED HELP WITH: STORE_FD!!!
|
Can't Post
|
|
I'm trying to use store_fd to serialize an object. The thing is that I open up the file and when I store, it doesn't write anything into the file. I'll post my code to see if anybody can help me: open (F, ">$file") | | die "Error opening $file: $!\n"; ###Here I open the file for writing Storable::store_fd [$class, $id, @attrs], \*F; ###Here I'm trying to store an anonymous ###array into my opened file but it doesn't ###work. Please help me!!!
|