From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20010610180320.15361.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] string to list? In-Reply-To: Message from "vikki" of "Sun, 10 Jun 2001 18:32:15 BST." <000e01c0f1d3$4c0ba940$6501a8c0@lappy> From: Scott Schwartz Date: Sun, 10 Jun 2001 14:03:20 -0400 Topicbox-Message-UUID: b310641a-eac9-11e9-9e20-41e7f4b1d025 | I plan to have it do eval `{$msg} and do whatever it's | namespace will let it. I really wouldn't do that. It's just too unpredictable and dangerous. eval considered harmful. cmd=`{echo $msg} if (fgrep -f okcmdlist $cmd(1)) { $cmd }