A sample layout using your stylesheet might appear as follows:
| radio | checkbox | menu |
| textbox | password box | text area |
| hidden field | submit | reset |
| ok | cancel | send |
array 1: (cat, fred, smiley, ebber)
array 2: (joe, dog)
your function should return the array:
(joe, fred, smiley, ebber)
After you write your find_max function, place code into your file
that:
perl max.perl cat fred smiley ebber # joe dog
joe fred smiley ebber