TODO
The term 'magic' is sometimes used within Perl in a colloquial and general-purpose way, perhaps to mean "do what I mean".
But it sometimes means something more specific and technical — an attribute that has been added to a variable or function that causes it to act in a different-than-normal way. Magic is the nuts-and-bolts of how things like tie, overloading, and dual variables are implemented internally.