How does the perl system implement arrays and hashes?
I tried to look for this information using google, but was unsuccessful.
I want to understand the efficiency of base operations, like shift,
because I've been asked to make my perl scripts run faster.