Help for this page

Select Code to Download


  1. or download this
    my %inst = (
        "unimp" => "\e[31munimp\e[0m",
    ...
        "call" => "\e[31mcall\e[0m",
        "jmp" => "\e[31mjmp\e[0m",
    );
    
  2. or download this
    s/(^.*<)\:([a-z]+)>/$1$inst{$2}/;
    
  3. or download this
        "default" => "\e[31m$the_key\e[0m",