Acronym lookup tool

Jeff Kellem composer at chem.bu.edu
Mon Feb 4 11:22:55 AEST 1991


In article <COMPOSER.91Feb2145029 at 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 at chem.bu.edu



More information about the Alt.sources mailing list