Can't locate script.pm in @INC

Can’t locate script.pm in @INC (you may need to install the script module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at hello_world.pl line 1.
BEGIN failed–compilation aborted at hello_world.pl line 1.

HI @krmk1 , Thank you for posting ! The team will get back to you accordingly.

None of that is ActivePerl. Those are all Perls supplied by your Linux distribution. They should be able to run to Perl, unless your Linux is broken.
perl hello_world.pl
should just work if it’s written correctly. (Might not have a shebang line at line 1?)