in reply to -w in production environment
if ($USER{coffee} > 5){ ... } [download]
if (defined($USER{coffee}) && $USER{coffee} > 5) { ... } [download]