in reply to Re: String or array?in thread String or array?
I figured out what you meant just before you posted. I was about to update my post with the following when your reply appeared:
my ($user); $user->{'host'} = '*'; $user->{'host'} = [ $user->{'host'} ] if not ref $user->{'host'}; [download]
ref