blargh({ file => '/tmp/foo', email => 'pileofrogs@example.com', enable_squid => 1, squid_name => 'Bob', }); sub blargh { my $args = shift; ... }