in reply to Re^2: 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'};

ref

Replies are listed 'Best First'.
Re^4: String or array?
by sschneid (Deacon) on Sep 15, 2005 at 18:58 UTC
    Worked. Thanks yo.

    -s.