home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!sun4nl!ruuinf!piet
- From: piet@cs.ruu.nl (Piet van Oostrum)
- Newsgroups: comp.lang.perl
- Subject: Re: Dynamic grepping
- Message-ID: <1992Dec24.124843.5926@cs.ruu.nl>
- Date: 24 Dec 92 12:48:43 GMT
- References: <1992Dec23.155457.15647@rchland.ibm.com>
- Sender: network-news@cs.ruu.nl
- Reply-To: piet@cs.ruu.nl (Piet van Oostrum)
- Organization: Dept of Computer Science, Utrecht University, The Netherlands
- Lines: 9
- In-Reply-To: cwalker@rchland.vnet.ibm.com (Cary Walker)
-
- >>>>> cwalker@rchland.vnet.ibm.com (Cary Walker) (CW) writes:
-
- CW> unshift(@checkstrs, "1111foo222");
- CW> unshift(@checkstrs, "foofoo");
- CW> $grepstr="\d";
-
- Make that $grepstr="\\d";
- --
- Piet van Oostrum <piet@cs.ruu.nl>
-