The get(), post(), etc. methods are both too magic, and not magic enough.
They do what I mean, but only if I remember the order or parameters. Luckily Perl has an easy solution to this problem: Named parameters! AKA Passing a hash, like a normal person.