If you're using the graphical interface (GUI), you need perl's Tk module. If you're using the text-based interface, you'll need perl's Curses module.
You can often download the module you need as an RPM, using this table of RPMs. If not, the following instructions cover installing the module using CPAN.
# perl -MCPAN -e install Tk
Are you ready for manual configuration? [yes]
You can usually safely answer this question "no", which tells perl's CPAN module to auto-configure itself non-interactively. Either way, follow the prompts to complete the installation of the module you need.