Tagore Smith wrote at Wed, 29 May 2002 06:13:25 +0200: > ... > > in pseudocode: > > my @failed; > if (field fails validation){ > push @failed, $fieldname; > } > } > etc. >
Or in another pseudocode: my @failed = grep {field fails validation} @fields; Cheerio, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]