Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Comparing ARRAY Ref values

by filipebean (Novice)
on May 09, 2013 at 14:31 UTC ( [id://1032778]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my @arr1=();
    push(@arr1,3);
    ...
    my $ref2 = \@arr2;
    print "\$ref1: $ref1 \n";
    print "\$ref2: $ref2";
    
  2. or download this
    $ perl reftes.pl
    $ref1: ARRAY(0x80071d38) 
    $ref2: ARRAY(0x80071e40)
    

Log In?
Username:
Password:

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

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

    No recent polls found