Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: references--hard vs anonymous operational weirdness

by hipowls (Curate)
on Mar 23, 2008 at 03:43 UTC ( [id://675725]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $tab ( 1 .. 3 ) {
        my @array = frobnicate($tab);
    ...
    Annoymous: ARRAY(0x826d818)
    Array ref: ARRAY(0x826a924)
    Annoymous: ARRAY(0x82115f8)
    
  2. or download this
    my %data;
    
    ...
    Annoymous: ARRAY(0x8183798)
    Array ref: ARRAY(0x826ade8)
    Annoymous: ARRAY(0x819f304)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2024-04-18 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found