http://qs321.pair.com?node_id=164592

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I posted this before and got a lot of help. Sadly, I can't find my original post. So here is the question again. If I read in an environment variable such as: $user = $ENV {'Mike', 'Wallace'}; How can I remove the white space and get just the last name Wallace. Thank you in advance.