Help for this page

Select Code to Download


  1. or download this
    use Mymodule qw( values );
    use Test::More qw(no_plan);
    
    BEGIN { use_ok('Mymodule', qw( values )) };