Portal:Windows

From Perl Guilds - Getting Medieval with Perl
Revision as of 18:34, 16 January 2025 by Admin (talk | contribs) (Created page with "This page discusses known options for Perl on Windows and options for creating Perl-based programs for distribution on Windows. It focuses more on creating programs for distribution (i.e., selling programs and services to paying customers) than it does for creating a development environment for doing productive things with Perl on Windows. == Perl Environments on Windows == === Strawberry Perl === === Windows Subsystem for Linux 2 (WSL2) === === MSYS2 === === Cygwin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page discusses known options for Perl on Windows and options for creating Perl-based programs for distribution on Windows. It focuses more on creating programs for distribution (i.e., selling programs and services to paying customers) than it does for creating a development environment for doing productive things with Perl on Windows.

Perl Environments on Windows

Strawberry Perl

Windows Subsystem for Linux 2 (WSL2)

MSYS2

Cygwin

MobaXterm

Perl-based GUIs on Windows

wxPerl

Win32::GUI

Tk

Distributing Perl-based Programs on Windows

Why?

Development Environment

Creating GUIs

Generating EXEs

Creating Installers for your EXEs