Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Luhn Number Golf

by jmcnamara (Monsignor)
on Feb 26, 2002 at 15:27 UTC ( [id://147595]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub luhn {
        $r=$t=0;
        split//,pop;
    ...
    }
    
  2. or download this
    sub luhn2 {
        $_=$i=0;
        split//,pop;
    ...
        $_=eval;
        !chop
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found