libdispatch-class-perl

Dispatch on the type (class) of an argument
  https://metacpan.org/pod/Dispatch::Class
  0
  no reviews



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.