1BEGIN { 2 @notamap = "bob"; 3 4 /* 5 * Parser doesn't know the type of a variable and these check 6 * are performed at run-time. 7 */ 8 zero(@notamap); 9} 10