$scalar = get_list(); print $scalar, "\n"; @array = get_list(); print join(" ", @array), "\n";