Help for this page

Select Code to Download


  1. or download this
    use Math::Complex;
    print "plus is supported\n" if (Math::Complex->can("plus"));
    
  2. or download this
    use Math::Complex;
    print "+ is supported\n" if (Math::Complex->can("+"));