in reply to Magic number checking on storable string failed

We suggest you buy the Monastery a crystal ball, so we can look at your code without you having to show it to the Monks. It would also be interesting to know your version of Perl, the OS and what version of Apache and mod_perl you are running.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

  • Comment on Re: Magic number checking on storable string failed

Replies are listed 'Best First'.
Re^2: Magic number checking on storable string failed
by shanu_040 (Sexton) on Jan 28, 2009 at 09:15 UTC
    Hi, Thanks for you reply. you can view the whole application through the followiing link:
    Repository
    And dbwiz2.pl that runs every time and then controller moves to the CGI.pm and then it moves to the Search.pm
    I am getting this problem in parasearch.pm Where I am using Data::Serializer for storing and retrieving the data.
    please suggest.