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