Help for this page
use warnings; use strict; ... __DATA__ hello world
("A", [10, 20], [30, 40]) ("B", [10, 20], [30, 40]) ... ("B", undef, [30, 40]) ("D", undef, undef) ("E", undef, undef)