Help for this page

Select Code to Download


  1. or download this
    #prevent Perl from creating undeclared variables
    use strict;
    ...
        -path  => "../../cgi-bin/chap11"
    );
    
  2. or download this
    use strict;
    
    ...
        -value => "@basket",
        -path  => "../../cgi-bin/chap11"
    );