Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        printf "%s: %s\n", $_, $mc->module($_)->version;
    }
    
  2. or download this
    Test::BrewBuild: 2.20
    RPi::WiringPi: 2.3628
    Devel::Examine::Subs: 1.69
    
  3. or download this
    use warnings;
    use strict;
    ...
    
        print "$module_name: $module_version\n";
    }