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

Re: Trudging along the learning perl path.

by duyet (Friar)
on Apr 16, 2017 at 10:33 UTC ( [id://1188044]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @uniq2 = sort keys %hash2;
    print 'uniq2 = ' . Dumper \@uniq2;
    
  2. or download this
    uniq1 = [
      '0',
    ...
    ]
    
    same for uniq2
    

Log In?
Username:
Password:

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

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

    No recent polls found