-
-
Save wchristian/3179004 to your computer and use it in GitHub Desktop.
Outline for a book on Perl on Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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