print ref $environment eq 'ARRAY' ? join(', ', map { "'$_'" } @$environment) : $environment;