pp --gui -M ... --link=c:.../strawberry/c/bin/libexpat-1__.dll -x -a myIcoin.ico -o out.exe in.pl ^^^^^^^^^^^^^^ = use -a for embedding icons and other resources ^^ = -x means get dependency from `perl in.pl`; -c means from `perl -c in.pl` ^^^^^^^^ = may need to manually link DLLs; can use procexp when the `perl in.pl` is running to see all the libraries ^^^^^^^^^^^^^ = if `in.pl` uses other modules, modules used by those might not always be incorporated, so use one or more -M to ensure they get included ^^^^^ = do not include a console window in win32 executables