How do i use “my” to declare array and element in perl?
If I have an array, say @test and refer to items in the array as $test[0], etc. how should a my statement look? one of the following?
If I have an array, say @test and refer to items in the array as $test[0], etc. how should a my statement look? one of the following?