my $result = get_values(); sub get_values { return (“a”, “b”, “c”); }