print 'Before setting: ', `echo \$MYVAR`; $ENV{MYVAR} = 'Howdy all!'; print 'After setting: ', `echo \$MYVAR`;