in reply to Re: Setting values for undefined environment variablesin thread Setting values for undefined environment variables
print <<"EOT"; The environment variable foo is: @{[ $ENV{'foo'} ? $ENV{'foo'} : 'not defined' ]} That is all. EOT [download]