open (F, ">$file"); ###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.