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

Re: Differ. array and List

by gopalr (Priest)
on Apr 26, 2005 at 04:25 UTC ( [id://451423]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ($fred, $barney, $dino) = ("flintstone", "rubble", undef);
    ($fred, $barney) = ($barney, $fred);
    
  2. or download this
    @rocks = qw/ bedrock slate lava /;
    @tiny = ( );                       # the empty list
    $dino = "granite";
    @quarry = (@rocks, "crushed rock", @tiny, $dino);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-19 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found