Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Transformation

by Anonymous Monk
on Jan 28, 2002 at 16:35 UTC ( [id://142045]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @codes = qw(61 31 21 1 44 16 21 11 7 9 37 39 33 3 2 1 0 32 51 41 10
    +);
    
    my %codes;
    $codes{$_}++ for @codes;
    $codes{$_} > 1 ? die "You can't have two of `$_'" : 1 for @codes;
    
  2. or download this
    $>perl -e"@a=qw, 1 23 354 3 3 2 2 3 1134 ,;$a{$_}++ for @a;$a{$_}>1? d
    +ie 'hey there STUPID '.$_:1 for @a"
    
    hey there STUPID 3 at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 04:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found