Install libdispatch-class-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libdispatch-class-perl
Description:
dispatch on the type (class) of an argument
This module offers a simple way to check the class of an object and handle specific cases specifically. . In other words this module provides a way to do specific tasks at run time depending on type of object passed, similar to run time polymorphism.
Homepage: https://metacpan.org/pod/Dispatch::Class
Version: 0.02-2
Section: universe/perl