the ^ means start of line from perldoc perlre \Q quote (disable) pattern metacharacters till \E ... You cannot include a literal `$' or `@' within a `\Q' sequence. An unescaped `$' or `@' interpolates the corresponding variable, while escaping will cause the literal string `\$' to be matched. You'll need to write something like `m/\Quser\E\@\Qhost/'. -- Simon Oliver
- cheetah book question (perl newbie) Jean-Paul Felix
- Re: cheetah book question (perl newbie) Ronald J Kimball
- Re: cheetah book question (perl newbie) Simon Oliver
- Re: cheetah book question (perl newbie) Brett W. McCoy
- RE: cheetah book question (perl newbie) Jean-Paul Felix
- RE: cheetah book question (perl newbie) Brett W. McCoy
- Re: cheetah book question (perl newbie) Randal L. Schwartz
- Re: cheetah book question (perl newbie... Brett W. McCoy
- RE: cheetah book question (perl newbie) Matthew Tedder
- RE: cheetah book question (perl newbie) David M. Lloyd
- RE: cheetah book question (perl newbie) Brett W. McCoy
