in reply to Two cgi buttons in the same form

From the documentation:

print $query->defaults('button_label');

I'm guessing that your problem is that your form should probably only have one button where type=submit... unless you'er doing something odd.

HTH - mark