Help for this page
use strict; use warnings; ... return ( $a, $b, $c); }
use strict; use warnings; ... return [$a, $b, $c]; }