home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / perl / 7608 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  729 b 

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!sun4nl!ruuinf!piet
  2. From: piet@cs.ruu.nl (Piet van Oostrum)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: Dynamic grepping
  5. Message-ID: <1992Dec24.124843.5926@cs.ruu.nl>
  6. Date: 24 Dec 92 12:48:43 GMT
  7. References: <1992Dec23.155457.15647@rchland.ibm.com>
  8. Sender: network-news@cs.ruu.nl
  9. Reply-To: piet@cs.ruu.nl (Piet van Oostrum)
  10. Organization: Dept of Computer Science, Utrecht University, The Netherlands
  11. Lines: 9
  12. In-Reply-To: cwalker@rchland.vnet.ibm.com (Cary Walker)
  13.  
  14. >>>>> cwalker@rchland.vnet.ibm.com (Cary Walker) (CW) writes:
  15.  
  16. CW> unshift(@checkstrs, "1111foo222");
  17. CW> unshift(@checkstrs, "foofoo");
  18. CW> $grepstr="\d";
  19.  
  20. Make that $grepstr="\\d";
  21. -- 
  22. Piet van Oostrum <piet@cs.ruu.nl>
  23.