use strict; use warnings; my($note,$med,@line,%hash); open IN,"<","G:\\tomato\\OUT\\yaofang.txt"; @line=<IN>; print @line;