Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: (Beginner) Can 'qw' be implemented into a list?

by Anonymous Monk
on Mar 24, 2015 at 04:05 UTC ( [id://1121089]=note: print w/replies, xml ) Need Help??


in reply to (Beginner) Can 'qw' be implemented into a list?

Your question is not very clear, but I think what you want is an AoA (array of arrays)

my @list; push @list, [qw(Name Latitude Longitude)]; #or my @list = [qw (Name Latitude Longitude)], [qw (Name Latitude Longitude)], [qw (Name Latitude Longitude)], etc ... );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-03-28 19:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found