Help for this page

Select Code to Download


  1. or download this
        set PATH=%~dp0perl\site\bin;%~dp0perl\bin;%~dp0c\bin;%PATH%
    
    ...
    
        set PATH=%~dp0perl\site\bin;%~dp0perl\bin;%~dp0c\bin;c:\Windows;C:
    +\Windows\System32;
    
  2. or download this
    
    HOMEDRIVE=C:
    ...
    ProgramW6432=C:\Program Files
    
    windir=C:\WINDOWS
    
  3. or download this
    # line 24 of portableshell.bat
    
    perl -MConfig -e "printf("""Perl executable: %%s\nPerl version   : %%v
    +d / $Config{archname}\n\n""", $^X, $^V)" 2>nul