in reply to Re: Regexp \N{name} (use of \e)

how i use \e (special character) in perl program

Your question doesn't make sense. Are you asking what \e does in double-quoted string literals? It evaluates to the ESC character (0x1B). See "Quote and Quote-like Operators" in perlop for the documentation for double-quoted string literals.