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