On Sun, 12 Dec 1999, Michael Dearman wrote:
>
> Spotted this
>
> sub view_guestbook {
> my $show_sign_button = shift;
> print start_form,
> submit(-name => 'Sign Guestbook'), <<<----
> end_form if $show_sign_button;
> ...
>
> changed to
> submit(-name => 'action', -value => 'Sign Guestbook'),
[snip]
> Could someone please confirm if this is the code in their book?
> (book == Writing Apache Modules with Perl and C, March 1999 -
> first edition.)
>
On both page 158 and 154, it's:
submit(-name => 'Sign Guestbook'),
--
Aaron Turner, Core Developer http://vodka.linuxkb.org/~aturner/
Linux Knowledge Base Organization http://linuxkb.org/
Because world domination requires quality open documentation.
aka: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]