Change for new hash in code:
# perlmonk levels
# the xp xml ticker doesn't return this, so we'll have to hard code it
my %perlmonk_levels = ( 1 => 0,
2 => 20,
3 => 50,
4 => 90,
5 => 150,
6 => 250,
7 => 400,
8 => 600,
9 => 900,
10 => 1300,
11 => 1800,
12 => 2400,
13 => 3000,
14 => 4000,
15 => 5400,
16 => 7000,
17 => 9000,
18 => 12000,
19 => 16000,
20 => 22000,
21 => 30000,
22 => 40000,
23 => 50000,
24 => 60000,
25 => 70000,
26 => 80000,
27 => 90000,
28 => 100000);
*<;o))
In reply to Re: mchattk
by Mago
in thread mchattk
by ase
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.