Bayesian sample size / PropMisclassSampleSize
Shortcut Module
Installing Modules with Strawberry Perl



Installing modules with Strawberry Perl is very easy. We illustrate the few steps to follow with instructions for installing the Shortcut module, necessary for our PropMisclassSampleSize package, for example.

Once you have installed Strawberry Perl, click the Windows Icon at the bottom-left corner of your screen: scroll to the Strawberry Perl item and click it.
Then click the CPAN Client item: that will open a DOS-looking window.

Type the following commands:
install Win32::Shortcut
quit
and that should run smoothly and pretty fast. Once you have installed that module, your Perl program (e.g. PropMisclassSampleSize.pl) should successfully run.
If you run your Perl program via a DOS-Shell window, make sure to call it from a window opened after the Shortcut Module was installed in order to ensure that all paths were duly updated.