Skip to content

Instantly share code, notes, and snippets.

@wchristian
Forked from briandfoy/perl_on_windows.txt
Created July 25, 2012 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wchristian/3179004 to your computer and use it in GitHub Desktop.
Save wchristian/3179004 to your computer and use it in GitHub Desktop.
Outline for a book on Perl on Windows
Introduction
Why Perl over Powershell?
Quickstart # portable strawberry, install a module from cpan, run a oneliner
Perl distributions for Windows
ActivePerl
Strawberry Perl
Cava # never seen anyone use this
cygwin (only briefly)
Editors? Steal from perlfaq? Padre? # Padre would be a good choice, since it can do syntax checking,
# also notepad++ and komodo
Setting up the toolchain # start > run > cmd > cpan # good to go. what else are you thinking here?
Perl one-liners at the command prompt # good idea, pointing out that q[] and qq[] are good will help
Command line programs
Perl Power Tools
DOS equivalents of Unix commands
Cygwin # most of the gnu toolchain
Dealing with the Registry
Windows log and system files
Portability issues
Win32::API
Win32::OLE
pjf's Minesweeper auto-game? # link?
GUI programming?
WxWidgets
Prima # fairly new, but looks neat
Conclusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment