Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

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

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


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

I don't understand the question. The way you use "implemented into" and "extrapolate " is confusing.

So back to Basic debugging checklist

#!/usr/bin/perl -- use strict; use warnings; use Data::Dump qw/ dd /; my @foo = qw/ a b c /; dd( \@foo ); my( $ba, $bar, $rar ) = qw/ q r s /; dd( $ba, $bar, $rar ); __END__ ["a", "b", "c"] ("q", "r", "s")

Does that help you ask clearer question? Does it answer any questions?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-24 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found