home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / perl / 5607 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  2.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!Sirius.dfn.de!zrz.tu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!uknet!pyrltd!abigale!joel
  2. From: joel@abigale.UUCP (Joel Rosi-Schwartz)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: locsym - First major upgrade ;-)
  5. Message-ID: <1992Aug.044830.4022@abigale.uucp>
  6. Date: 30 Aug 92 03:48:30 GMT
  7. References: <1992Aug.202757.7799@abigale.uucp> <1349@minya.UUCP>
  8. Sender: Joel Rosi-Schwartz <joel@abigale.UUCP>
  9. Organization: Techne Research, Finchampstead, Berkshire (UK)
  10. Lines: 34
  11.  
  12. In article <1349@minya.UUCP> jc@minya.UUCP (John Chambers) writes:
  13. >Marvelous little program! Much better than the  clumsy  sh  tool  that
  14. >I've been using.  I'll keep my old one around for use on systems where
  15. >I can't sneak perl in, but locsym is definitely  better,  even  if  it
  16. >does get its speed by using a chunk of disk.
  17.  
  18. My ego need that today, thanks ;-)
  19.  
  20. >
  21. >There was, however, one very curious "bug" in both of the versions, as
  22. >they reached here.  They contained the line:
  23. >
  24. >X        if (/^.*\s+[ATDS]\s+([^_.].*)/o) { $symbol = $1 };
  25. >
  26. >The perl here rejected this because the sequence of tokens  "$1 }"  is
  27. >not  legal.   I  changed the last two chars to ";}" and it worked just
  28. >fine.  It was a bit of a surprise that version 2 had the same problem.
  29. >
  30.  
  31. This is Okay in 4 PL35 and I think also PL19.  I will include the ";"
  32. in any future release to save the few unfortunates un-needed pain.
  33.  
  34. Cheers,
  35. Joel
  36. -- 
  37.      ==================================================================
  38.      ||               T E C H N E   R E S E A R C H                  ||
  39.      ||  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  ||
  40.      ||                     Joel Rosi-Schwartz                       ||
  41.      ||   Hildorien House            +   Email: joel@abigale.UUCP    ||
  42.      ||   12 Waverley Way            +    (pyrltd!abigale.UUCP!joel) ||
  43.      ||   Finchampstead, Wokingham   +   Phone: +44 (734) 730.260    ||
  44.      ||   Berkshire RG11 4YD (UK)    +   Fax:   +44 (734) 730.272    ||
  45.      ==================================================================
  46.