Help for this page
return 42 if $mode eq 'a'; return (42) if $mode eq 'b';
my @l = (42); return @l if $mode eq 'c';