home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / perl / 8048 < prev    next >
Encoding:
Text File  |  1993-01-29  |  1.9 KB  |  38 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!europa.eng.gtefsd.com!howland.reston.ans.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!TUBBY.MACH.CS.CMU.EDU!jfriedl
  3. From: jfriedl@TUBBY.MACH.CS.CMU.EDU (Jeffrey Friedl)
  4. Subject: Re: A simple test for perl 5.0
  5. Message-ID: <C1LLnE.19t.1@cs.cmu.edu>
  6. Keywords: bug
  7. Sender: news@cs.cmu.edu (Usenet News System)
  8. Nntp-Posting-Host: tubby.mach.cs.cmu.edu
  9. Reply-To: jfriedl@cs.cmu.edu
  10. Organization: Omron Corporation / Carnegie Mellon
  11. References:  <42@glasgow.eiffel.com>
  12. Date: Fri, 29 Jan 1993 04:26:01 GMT
  13. Lines: 23
  14.  
  15. ram@eiffel.com (Raphael Manfredi) writes:
  16. |> I think someone else reported a similar problem a long time ago. Everyone
  17. |> had laughed at him (myself included, in a private mail), telling him to get
  18. |> rid of the infinite recursion... However, this seems to be a serious problem.
  19.  
  20. That was me.  I had posted the problem in such a way that it looked as if
  21. I didn't understand the infinite recursion issue, so it probably didn't
  22. get a lot of attention (and I was sort of immature in my blasting people for
  23. telling me about infinite recursion, as if I should expect them to know more
  24. about me than just what I posted [sorry Raphael!], so that didn't help).
  25.  
  26. But one nice response was from one L. Wall who noted that it was a known
  27. problem that was (if I remember correctly... it was a while ago) rather
  28. embedded into p4, but wouldn't be an issue in V since he was rewriting
  29. the offending code.
  30.  
  31. sub foo { print "just another perl ", &foo, "\n"; }; &foo;
  32.  
  33.     *jeff*
  34. -------------------------------------------------------------------------
  35. Jeffrey Eric Francis Friedl   jfriedl@cs.cmu.edu -or- jfriedl@omron.co.jp
  36. Omron Corporation, Section RZC, Shimokaiinji, Nagaokakyo Kyoto 617, Japan
  37. Visiting researcher to the Mach Project, Carnegie Mellon University
  38.