- or download this
use warnings;
use strict;
...
chapter 1
1 In the beginning was the Word, and the Word was with God, and the Wo
+rd was God.
2 He was in the beginning with God.
- or download this
{
Exodus => {
...
},
}
- or download this
# a form of toolic wisdom
for ( sort { $a <=> $b } keys %{ $bible{'Genesis'}{'chapter 1'} } ) {
+# updated
print $_, ": ", @{ $bible{'Genesis'}{'chapter 1'}{$_} }, $/;
}
- or download this
1: In the beginning God created the heavens and the earth.
2: The earth was without form, and void; and darkness was on the face
+of the deep. And the Spirit of God was hovering over the face of the
+waters.