( categories: installing modules | perl modules )
Let's say that you want to know whether module Tie::Hash is installed. To find out, execute the following from the command line:
perl -MTie::Hash -e 1
If you don't get any output from the above command then the module is installed; if you get an error, it's not installed





