in reply to Issue with ActivePerl installation on Fedora 20
So, where exactly is your problem?
Does the following command work?
/opt/perl/ActivePerl-5.20/bin/perl -v
Most likely, you want to add the following line to your ~/.bashrc:
export PATH=$PATH:/opt/perl/ActivePerl-5.20/bin
YOu might also want to investigate how to install the vendor-packaged Perl for your OS. Maybe yum perl installs the vendor packaged Perl package.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Issue with ActivePerl installation on Fedora 20
by as00060 (Novice) on Sep 20, 2015 at 12:23 UTC | |
by syphilis (Archbishop) on Sep 20, 2015 at 13:47 UTC |