Neat Trick

2005-01-18 Thread Graeme St. Clair
Or I thought so anyway. Gurus are at liberty to think otherwise ;-) I just had to make a single form with 4 submit buttons (each with the same 'value' legend) out of 4 form's each with its own 'hidden' field. I used the following to distinguish between them:- my $request = defined

Re: Neat Trick

2005-01-18 Thread Jenda Krynicky
From: Graeme St. Clair [EMAIL PROTECTED] Or I thought so anyway. Gurus are at liberty to think otherwise ;-) I just had to make a single form with 4 submit buttons (each with the same 'value' legend) out of 4 form's each with its own 'hidden' field. I used the following to distinguish

RE: Neat Trick

2005-01-18 Thread Graeme St. Clair
that going. Tx rgds, GStC. -Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 7:26 PM To: beginners@perl.org Subject: Re: Neat Trick snip/ How about: my %action = ( Submit1 = 'serial', Submit2 = 'order', Submit3 = 'sql