Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: problem with returning all records

by hippo (Bishop)
on Apr 16, 2024 at 11:21 UTC ( [id://11158890]=note: print w/replies, xml ) Need Help??


in reply to problem with returning all records

What, no SSCCE?

#!/usr/bin/env perl use strict; use warnings; my $AoA = [ [qw/a b/], [qw/c d/] ]; my $out = ''; foreach my $aref (@$AoA) { $out = "@$aref\n"; } print $out; # only prints "c d", of course

🦛

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11158890]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-05-22 01:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found