in reply to Clearing parameters

From the documentation:
$query->delete_all();
This clears the CGI object completely. It might be useful to ensure that all the defaults are taken when you create a fill-out form.

Use Delete_all() instead if you are using the function call interface.

Replies are listed 'Best First'.
Re: Re: Clearing parameters
by jck (Scribe) on May 12, 2004 at 20:21 UTC
    Thank you so much - i thought i'd read the CGI documentation completely, but missed that, obviously. Thanks for being so polite about my stupidity!!