home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / perl / 7521 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.2 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!reed!romulus!merlyn
  2. From: merlyn@ora.com (Randal L. Schwartz)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: In 5.0, are we gonna get...
  5. Message-ID: <MERLYN.92Dec18090444@romulus.reed.edu>
  6. Date: 18 Dec 92 17:04:48 GMT
  7. Article-I.D.: romulus.MERLYN.92Dec18090444
  8. References: <1992Dec14.043835.23009@reed.edu> <1992Dec14.192007.7534@wdl.loral.com>
  9.     <2B2D2498.874E@tct.com> <7246288358-314904@dec4.wu-wien.ac.at>
  10. Sender: news@reed.edu (USENET News System)
  11. Organization: Stonehenge Consulting Services; Portland, Oregon, USA
  12. Lines: 14
  13. In-Reply-To: neumann@dec4.wu-wien.ac.at's message of 17 Dec 92 21:47:15 GMT
  14.  
  15. In article <7246288358-314904@dec4.wu-wien.ac.at> neumann@dec4.wu-wien.ac.at (Gustaf Neumann) writes:
  16.    how about 
  17.  
  18.            $sum = eval join('+ ',1,34,$x,45,-8,0.1);
  19.  
  20.    ok, the string conversion could be avoided, but you can do it now...
  21.  
  22. if $x is a string, that's a nasty conversion. :-)
  23.  
  24. eval join (" ","print",'"Just',another,Perl,'hacker,"')
  25. --
  26. Randal L. Schwartz / Stonehenge Consulting Services (503)777-0095
  27. merlyn@ora.com (semi-permanent) merlyn@reed.edu (for newsreading only)
  28. factoid: "Portland, Oregon, home of the California Raisins and Lone-Star Beer!"
  29.