http://qs321.pair.com?node_id=11124990


in reply to Re^4: Printing first element of an array in worksheet
in thread Printing first element of an array in worksheet

You probably mean join, not split, it's the inverse. Yes, you can:
my $string = join '|', @{ $responsetextall[$i][$j]{set}{Client}{redire +ct_uris} };
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^6: Printing first element of an array in worksheet
by chandantul (Scribe) on Dec 12, 2020 at 01:33 UTC

    Thanks this works