I am new to this but would appreciate any help that I could recieve on this.
I am writing a sub to store data using storable module.
everything works great except for the retrieve part.
When calling the retrieve
I am checking to see if the file exists before calling retrieve but if the the file exists but it can't be retrieved I want to pass back the caller of my function a
nice error message "get record failed". right now it just blows the cgi up and says the the file can not be opened.