in reply to Re: Detecting for HTTP pages code changes
in thread Detecting for HTTP pages code changes

use storable;

That should be use Storable;. The other line works only accientally.

I would not use Storable, for a simple reason: It depends on the currently used perl version. Update or downgrade perl and you might get into trouble. There are many other options that don't have this problem. Most of them also allow switching to a different language, or to combine tools build from different languages.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)