home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / perl / 7517 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!corpgate!news.utdallas.edu!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: system() vs exec()
  5. Originator: tchrist@pixel.convex.com
  6. Sender: usenet@news.eng.convex.com (news access account)
  7. Message-ID: <1992Dec18.120100.19014@news.eng.convex.com>
  8. Date: Fri, 18 Dec 1992 12:01:00 GMT
  9. Reply-To: tchrist@convex.COM (Tom Christiansen)
  10. References: <1992Dec16.160845.17636@news.eng.convex.com> <2B30B274.616E@tct.com> <mcook.724624157@fendahl.dev.cdx.mot.com>
  11. Nntp-Posting-Host: pixel.convex.com
  12. Organization: Convex Computer Corporation, Colorado Springs, CO
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 13
  17.  
  18. :Besides, you've used @_ after you used local().  That's a Perl no-no.
  19.  
  20. :sub a {local($d); print @_;}
  21. :&a($a="Just ",$b="another ",$c="Perl ",$d="system ",$e="hacker,");
  22.  
  23. Nice JAPH!  Read it and weep.
  24.  
  25. --tom
  26. -- 
  27.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  28. On Monday mornings I am dedicated to the proposition that all men are
  29. created jerks.
  30.                 -- H. Allen Smith, "Let the Crabgrass Grow"
  31.