# ex_03-2 # Learning Perl on Win32 Systems, Exercise 3.2 print "Enter the line number: "; chomp($a = ); print "Enter the lines, end with ^Z:\n"; @b = ; print "Answer: $b[$a-1]";