Help for this page

Select Code to Download


  1. or download this
    my $thing = function_that_returns_arrayref_or_string;
    if( ref $thing eq 'ARRAY' ) { 
    ...
    } else { 
        $user->{host} = [ $thing ];
    }