Help for this page

Select Code to Download


  1. or download this
    WriteMakefile(
        NAME              => 'Win32::Shortkeys::Kbh',
    ...
        ABSTRACT_FROM     => 'lib/Win32/Shortkeys/Kbh.pm',
        OBJECT => 'hook.o Kbh.o',
     );
    
  2. or download this
    WriteMakefile(
        NAME         => 'Win32::Shortkeys',
    ...
    
                        },
    );