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

Re: Re: qw with anonomous list ref

by bart (Canon)
on Oct 29, 2002 at 13:00 UTC ( [id://208723]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper [qw(a b c)], \qw(a b c);
    
  2. or download this
    $VAR1 = [
              'a',
    ...
    $VAR2 = \'a';
    $VAR3 = \'b';
    $VAR4 = \'c';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found