Exercise: reverse
Assume that Perl doesn't have
reverse
.
Write code to reverse an array
@a
.
Store the result in an array
@b