Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for May 2005

dws's Journal

dws's use Perl Journal

An 8-line start, and then tiny steps - May 11, 2005

It's surprising how far you can get in one day by starting with !usrbinperl -wuse strict;use Test;use WWW::Mechanize; use constant STARTING_URL => 'http:localhostnotyetbuilt.cgi'; my $agent = WWW::Mechanize->new();$agent->get(STARTING_URL);ok( $agent->status, 200 ); and then writing just enough CGI code to make that first little test pass, and then by writing the next test, and then writing just enough code to make that pass, and so on. Tiny step by tiny step. By the end of the..
http://use.perl.org/~dws/journal/24623?from=rss
Available Archives
- January (2 items)
- February (5 items)
- March (4 items)
- April (5 items)
- May (1 item)
- July (2 items)
- November (1 item)
- December (3 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact