home *** CD-ROM | disk | FTP | other *** search
- From: composer@chem.bu.edu (Jeff Kellem)
- Newsgroups: alt.sources
- Subject: Re: Acronym lookup tool
- Message-ID: <COMPOSER.91Feb3192255@chem.bu.edu>
- Date: 4 Feb 91 00:22:55 GMT
- <COMPOSER.91Feb2145029@chem.bu.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 <COMPOSER.91Feb2145029@chem.bu.edu> I wrote...
- > sub input {
- > print @_[0];
- > chop($_ = <STDIN>);
- > $_;
- > }
-
- 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
-