Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Trudging along the learning perl path.

by karlgoethebier (Abbot)
on Apr 17, 2017 at 13:13 UTC ( [id://1188133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    
    [0, 1, 10, 12, 13, 15, 17, 19, 24, 29]
    
  2. or download this
    sub uniq (@)
    {
    ...
        my $seen_undef;
        grep { defined $_ ? not $seen{ $k = $_ }++ : not $seen_undef++ } @
    +_;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-03-28 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found