Help for this page
DB<26> @a = (2 .. 9); ... DB<66> p defined $a[0] DB<67>
DB<40> @a = (0..4) ... DB<45> p scalar @a 4 DB<46>
DB<56> x @a 0 undef ... DB<60> p exists $a[5] 1 DB<61>