Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Checksum on Multidimentional Array - how does it work

by monkey_boy (Priest)
on Mar 26, 2015 at 12:04 UTC ( [id://1121383]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $ref_array1 = @array1;
    my $ref_array2 = @array2;
    
    my $str = md5($ref_array1);
    my $str2 = md5($ref_array2);
    
  2. or download this
    print $ref_array1;
    print $ref_array2;
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    say 1,' ',$md5_1;
    say 2,' ',$md5_2;
    say 3,' ',$md5_3;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found