Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

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

by hipowls (Curate)
on Mar 23, 2008 at 04:19 UTC ( [id://675730]=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 = ( 0 .. $tab);
    ...
    Array ref: ARRAY(0x826acf4)
    Array ref: ARRAY(0x826acf4)
    Array ref: ARRAY(0x826acf4)
    
  2. or download this
    for my $value ( @values ) {
        my @array = frobinate($value);
    ...
            drill($bit);
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found