Help for this page
<?php ... # Note that autovivification has not happened. print_r($other); }
#!/usr/bin/env perl ... # Note that autovivification has happened! print Dumper \@other; }
no autovivification;