Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Transformation

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


in reply to Transformation

How about saving us from ourselves?
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;
:)! ( my testing code)
$>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.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

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 a coffee break in the Monastery: (6)
As of 2024-04-19 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found