in reply to Re: global variables defined in an external file
in thread global variables defined in an external file

thanks for your very clear response....however, I'd like to do this
$foo = 'you can\'t foo me'; $bar = 'Let\'t meet in the bar'; $boo = 'The fans boo you today';
in the module and reference these variables in the calling program as: print $boo, etc.