Thinking more about this, maybe what's really bothering me is that Perl post-conditionals are both non-sequential and infix. I think I wouldn't mind so much if it had prefix syntax:
post-if return ("No artist name or artist id given.", $data, 0, undef)
($data->{artist} eq '');
Re: Quoting from the perlstyle man page
Date: 2004-11-10 06:04 pm (UTC)