in reply to Re: Re: Re: Creating tuples based on setsin thread Creating tuples based on sets
but you can... try this:
my $arrayref = ["A", "B"]; print join "\n", @$arrayref; [download]