in reply to Re^2: a simple question...
in thread a simple question...

grep would give you 'info1', for example. If you want $input{$_}, use map instead.

- tye