in reply to Re: global variables defined in an external file
in thread global variables defined in an external file
in the module and reference these variables in the calling program as: print $boo, etc.$foo = 'you can\'t foo me'; $bar = 'Let\'t meet in the bar'; $boo = 'The fans boo you today';
|
|---|