I want to install Perl v5.30 in my RHEL 7.7 container image. So i tried
#yum install -y perl
perl-5.16.3-294.el7_6.x86_64 already installed and latest version
I'm able to install perl-5.16.3. But how can I install v5.30 instead of v5.16.3?
I am completely new to Perl. Thanks in advance