how to find perl has installed in a system
Posted
by abubacker
on Stack Overflow
See other posts from Stack Overflow
or by abubacker
Published on 2010-04-09T06:45:30Z
Indexed on
2010/04/09
6:53 UTC
Read the original article
Hit count: 552
I have written a perl script , I just want to give it to every one ,
for that I planned to write a bash script which is used to test the
environment of a user and find whether that environment is capable
of running the perl script.
I want to test the things like
o. Whether perl has installed in that system
o. Perl should have the version 5 or more
o. Whether the module JSON::Any is available
Any suggestion would greatly appreciated :-)
© Stack Overflow or respective owner