Help for this page

Select Code to Download


  1. or download this
    my %sub = {
     ">" => "\t\t++k;\n",
     "+" => "\t\t++*k;\n",
     ... # fill as needed
    }
    
  2. or download this
    s/(.)/$sub{$1}/ge