Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Making XP Change

by Paladin (Vicar)
on Jun 09, 2005 at 21:04 UTC ( [id://465325]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl xp_o.pl 2731
    XP = 2731
    ...
    1.19 pontiffs, 431 to promotion
    0.91 saints, 2731 to promotion
    a pontiff, 2 monks, a novice, and 1a initiates
    
  2. or download this
    s<(?:^|\D)(1 [a-z]+(?:, 1 [a-z]+)*)>{
        my @ranks = $1 =~ /[a-z]+/g;
    ...
        s/(.+),([^,]+)/$1, and$2/;
    }
    print
    
  3. or download this
    $ perl xp.pl 2731
    XP = 2731
    ...
    1.19 pontiffs, 431 to promotion
    0.91 saints, 2731 to promotion
    a pontiff, 2 monks, a novice, and 11 initiates
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-20 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found