Help for this page
use strict; use warnings; ... print join (' ', $str, @$arrayRef, $constStr), ".\n"; }
Welcome to the world of Perl.