1./dict_open: warning: pcre map dict_pcre.map, line 1: ignoring extra text after IF statement: "fodder" 2./dict_open: warning: pcre map dict_pcre.map, line 1: do not prepend whitespace to statements between IF and ENDIF 3./dict_open: warning: pcre map dict_pcre.map, line 5: ignoring extra text after ENDIF 4./dict_open: warning: pcre map dict_pcre.map, line 8: unknown regexp option "!": skipping this rule 5./dict_open: warning: pcre map dict_pcre.map, line 9: no replacement text: using empty string 6./dict_open: warning: pcre map dict_pcre.map, line 10: out of range replacement index "5": skipping this rule 7./dict_open: warning: pcre map dict_pcre.map, line 17: $number found in negative match replacement text: skipping this rule 8./dict_open: warning: pcre map dict_pcre.map, line 22: no regexp: skipping this rule 9./dict_open: warning: pcre map dict_pcre.map, line 24: ignoring ENDIF without matching IF 10./dict_open: warning: pcre map dict_pcre.map, line 25: ignoring ENDIF without matching IF 11./dict_open: warning: pcre map dict_pcre.map, line 28: error in regex at offset 1: missing closing parenthesis 12./dict_open: warning: pcre map dict_pcre.map, line 27: IF has no matching ENDIF 13./dict_open: warning: pcre map dict_pcre.map, line 26: IF has no matching ENDIF 14owner=untrusted (uid=USER) 15> get true 16true: not found 17> get true1 18true1=1 19> get true2 20true2: not found 21> get truefalse2 22truefalse2=2 23> get 3 243: not found 25> get true3 26true3=3 27> get c 28c= 29> get d 30d: not found 31> get 1235 321235=(1)(2)(3) 33> get 1234 341234=(1)(2)(3)(4) 35> get 123 36123=(1)(2)(3) 37> get bar/find 38bar/find: not found 39> get bar/whynot 40bar/whynot=Don't have a liquor license 41> get bar/elbereth 42bar/elbereth=(elbereth) 43> get say/elbereth 44say/elbereth: not found 45