Help for this page

Select Code to Download


  1. or download this
    '04=critical'
    '02=informational'
    ...
    '10=test'
    '03=warning'
    '08=foo'
    
  2. or download this
        @values = sort { 
           substr($a,1) <=> substr($b,1)
        } @values;