On Fri, 4 May 2001, Jean-Paul Felix wrote:
> thanks all,
> if:
> next unless(/$siteName/);
> wouldn't work to find $siteName anywhere in $_, please let me know.
You probably should have the metacharacters quoted so a site name like
www.domain.com/~user/index.html doesn't screw up your regexp.
-- Brett
http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
interest, n.:
What borrowers pay, lenders receive, stockholders own, and
burned out employees must feign.
- 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
