1*0Sstevel@tonic-gate#!./perl 2*0Sstevel@tonic-gate 3*0Sstevel@tonic-gateBEGIN { 4*0Sstevel@tonic-gate chdir 't' if -d 't'; 5*0Sstevel@tonic-gate @INC = '.'; 6*0Sstevel@tonic-gate push @INC, '../lib'; 7*0Sstevel@tonic-gate} 8*0Sstevel@tonic-gate 9*0Sstevel@tonic-gateuse Tie::Array; 10*0Sstevel@tonic-gatetie @x,Tie::StdArray; 11*0Sstevel@tonic-gaterequire "op/push.t" 12