Results 1 to 5 of 5
Hi guys, I'm new to PERL and Redhat. I have trouble installing perl, i tried which perl command and also perl -v but gives message no perl in...... perl -v ...
- 05-29-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 3
PERL scripts in Redhat
Hi guys, I'm new to PERL and Redhat. I have trouble installing perl, i tried which perl command and also perl -v but gives message no perl in...... perl -v gives this message command not found. I actually need to run a perl script (.pl) in Redhat but failed
after many attempts. Please help
Thanks in advance.
- 05-29-2009 #2
try this command
# rpm -qa | grep perl
it will tell you if there is any perl in the machine or not.
also try
# perl --version
don't type the hash, it means you have totype it into the shell.There is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.


- 05-29-2009 #3
to run the perlscript give it permission i.e. right click onto it go to it's properties nad then permissions and the check the allow exacuting the file as a progam.
and then perl myPerlScript.plThere is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.


- 05-29-2009 #4Just Joined!
- Join Date
- May 2009
- Posts
- 3
- 05-29-2009 #5Just Joined!
- Join Date
- May 2009
- Posts
- 3


Reply With Quote
