Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        next unless my $meth = $abc->can ($methName);
        print "Can $methName: ", $meth-> (), "\n";
    }
    
  2. or download this
    Can attrib1: 1
    Can attrib2: 10