Path: utzoo!utgpu!cs.utexas.edu!uunet!bu.edu!nntp-read!composer From: composer@chem.bu.edu (Jeff Kellem) Newsgroups: alt.sources Subject: Re: Acronym lookup tool Message-ID: Date: 4 Feb 91 00:22:55 GMT References: <1991Jan29.194237.12551@cs.utk.edu> Sender: news@bu.edu.bu.edu Reply-To: composer@chem.bu.edu Followup-To: alt.sources Organization: Boston University Chemistry Department Lines: 15 In-reply-to: composer@chem.bu.edu's message of 2 Feb 91 19:50:29 GMT In article I wrote... > sub input { > print @_[0]; > chop($_ = ); > $_; > } Oops.. darn typos. That first line should have been "print $_[0];". It was originally set to print the entire arg list to &input. Both will work, though. -jeff Jeff Kellem Internet: composer@chem.bu.edu