Following on from this question, here's another bugbear.
I am getting
my @browsers = qw/
Firefox
MSIE
/;
but I want
my @browsers = qw/
Firefox
MSIE
/;
What setting in cperl mode in Emacs might I use to achieve that?