I have an array and hash defined as:
my @test_array; my %test_hash = ( line_1 => 1, line_2 => 2, line_3 => 3, );
I want to