Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Alpha base-26 to base-10... (golf)

by sauoq (Abbot)
on Jul 01, 2003 at 03:48 UTC ( [id://270391]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                          1         2
                 123456789012345678901234567
    sub b262b10{ my$n;$n++for"a"..lc$_[0];$n }
    
  2. or download this
    sub b262b10{ $_[1]++for"a"..lc$_[0];pop }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-04-18 11:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found