バイナリは次の3つの形態で提供されています。
最新のインストーラ版はStrawberry Perl for Windowsから、それ以外はStrawberry Perl for Windows - Releasesからダウンロードできます。
ダウンロードしたファイルを任意のフォルダに展開します。そして、そこに含まれるrelocation.pl.batとupdate_env.pl.batを実行します。
c:\myperl>relocation.pl.bat Relocating files from C:\strawberry\ to c:\myperl\ Relocating file perl\lib\Config.pm using doublebackslash relocation Relocating file perl\lib\Config_heavy.pl using backslash relocation Relocating file perl\lib\CORE\config.h using doublebackslash relocation ...
c:\myperl>update_env.pl.bat Use of uninitialized value in split at update_env.pl.bat line 84. Use of uninitialized value $path in concatenation (.) or string at update_env.pl.bat line 95. Adding c:\myperl\c\bin to the user path. Adding c:\myperl\perl\site\bin to the user path. Adding c:\myperl\perl\bin to the user path. Adding TERM=dumb to the user environment.
relocation.pl.batでライブラリなどのパスを修整し、update_env.pl.batでは環境変数にインストール パスを登録します。