Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

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

by LanX (Saint)
on Mar 24, 2015 at 02:05 UTC ( [id://1121068]=note: print w/replies, xml ) Need Help??


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

plz show us your loop! Either you need to always take 3 elements from a flat array or you need a nested array of arrays.

In any case use Data::Dumper (it's core) to inspect the content of @SList

use Data::Dumper; print Dumper(\@SList)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)

PS: Je suis Charlie!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-18 01:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found