in reply to return explicit undef - Best Practices?
What do people suggest?
Establish a scalar context explicitly:
stop( { name => $name, stop_dinosaurs => scalar $park->has_dinosaurs, timeout_seconds => $config{stop_timeout}, } ); [download]