On Aug 10, Tim McGeary said:
>>>> sub empty_fields {
>>>> my $msg = "You left these fields empty: ";
>>>> $msg .= join ", ", @[EMAIL PROTECTED];
>>>> # displays $msg to the user somehow
>>>> }
>
>How do I force that AND not output both parts of the hash since I just
>want the values, not the keys.
What do you mean, "both parts of the hash"? My empty_fields() function
only displays the long names of the fields.
--
Jeff "japhy" Pinyan % How can we ever be the sold short or
RPI Acacia Brother #734 % the cheated, we who for every service
http://japhy.perlmonk.org/ % have long ago been overpaid?
http://www.perlmonks.org/ % -- Meister Eckhart
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>