in reply to RFC: Proposed tutorial - simple login script using CGI::Application

Probably all command line material and code should be in code tags so that it stands out from the body text.

A "line number stripper" might be a useful utility script to add. Perhaps something like:

perl.exe -e "while (<>) {s/^=\s*\d*\s= ?//; print;}"

Excellent work btw!


DWIM is Perl's answer to Gödel
  • Comment on Re: RFC: Proposed tutorial - simple login script using CGI::Application
  • Download Code