Help for this page

Select Code to Download


  1. or download this
    sub draw_form
    {
    ...
        }
        print "---\n";
    }
    
  2. or download this
    #I don't want people adding stuff like this!
    draw_form(logged_in_already => 'true');
    
  3. or download this
    sub safer_draw_form
    {
    ...
    
        print "---\n";
    }