Any problem with using env variables instead of globals?

Steve Pothier (apple!pothiers@sppc)
Sat, 13 May 1995 09:55:44 -0600

Because its more convenient, I've started using env vars instead of MC
globals in my scripts. Are there any problems with this approach?
(eg. I do things like: put "my_command a b c" into $cmd_line", then
invoke a process communication stack that does: "open $cmd_line for
update")

Stop me before I sin. :-)

-sp-