Help for this page
use Math::Complex; print "plus is supported\n" if (Math::Complex->can("plus"));
use Math::Complex; print "+ is supported\n" if (Math::Complex->can("+"));