home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / perl / 6931 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!caen!sol.ctr.columbia.edu!eff!ckd
  3. From: ckd@eff.org (Christopher Davis)
  4. Subject: Re: Platform information
  5. In-Reply-To: Tom Christiansen's message of Tue, 10 Nov 1992 15:40:53 GMT
  6. Message-ID: <CKD.92Nov10185026@loiosh.eff.org>
  7. Sender: usenet@eff.org (NNTP News Poster)
  8. Nntp-Posting-Host: loiosh.eff.org
  9. Organization: Electronic Frontier Foundation Tech Central
  10. References: <GLENN.92Oct19182423@capella.clsi.COM> <1992Nov7.021340.26274@netlabs.com>
  11.     <1992Nov9.163103.24294@nntpserver.chevron.com>
  12.     <1992Nov10.154053.3471@news.eng.convex.com>
  13. Distribution: comp.lang.perl
  14. Date: Tue, 10 Nov 1992 23:50:28 GMT
  15. Lines: 21
  16.  
  17. Tom> == Tom Christiansen <Tom Christiansen <tchrist@convex.COM>> 
  18.  
  19.  Tom> Yes, that would maybe be nice.  If we use __ARCH__ then we'll 
  20.  Tom> be in trouble with byte-compiled code that gets moved around, 
  21.  Tom> but there's no real precedent for &ARCH either.
  22.  
  23. $^A perhaps?  (Hey, wonder if assigning to this... hmm...)
  24.  
  25. #!/usr/bin/perl -- #-*-Perl-*-
  26.  
  27. # we do a lot of processing, so speed the machine up
  28.  
  29. $^A = 'cray';
  30.  
  31. $silly_suggestion++;
  32. __END__
  33. --
  34. Christopher K. Davis      | ``Usenet seems to run much like the Kif (or,
  35. <ckd@eff.org>   EFF #14   |   for the TV generation, Klingon) high command.
  36. System Administrator, EFF |   Whoever takes action and can be heard wins.''
  37. +1 617 864 0665  [CKD1]   |   --Peter da Silva <peter@ferranti.com>
  38.