home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / perl / 5786 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  915 b 

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!news!netlabs!lwall
  2. From: lwall@netlabs.com (Larry Wall)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: aub problem finding sys/socket.ph
  5. Message-ID: <1992Sep9.070854.22970@netlabs.com>
  6. Date: 9 Sep 92 07:08:54 GMT
  7. References: <1992Sep8.174434.17198@news.eng.convex.com> <5601@blue.cis.pitt.edu.UUCP> <1992Sep9.043504.7463@odin.corp.sgi.com>
  8. Sender: news@netlabs.com
  9. Organization: NetLabs, Inc.
  10. Lines: 12
  11. Nntp-Posting-Host: scalpel.netlabs.com
  12.  
  13. In article <1992Sep9.043504.7463@odin.corp.sgi.com> stantz@sgi.com (Mark Stantz) writes:
  14. :         require <sys/socket.ph>;
  15.  
  16. Note that might not work with angle brackets, depending on how the
  17. globbing was done.  Did the original poster use angle brackets?
  18. You really oughta say
  19.  
  20.     require "sys/socket.ph";
  21.  
  22. It's only accidental that it works with angle brackets on many machines.
  23.  
  24. Larry                            Bush/Gore '92
  25.