in reply to Re: Re: Re: Creating tuples based on sets
in thread Creating tuples based on sets

but you can... try this:

my $arrayref = ["A", "B"]; print join "\n", @$arrayref;