home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!news!netlabs!lwall
- From: lwall@netlabs.com (Larry Wall)
- Newsgroups: comp.lang.perl
- Subject: Re: aub problem finding sys/socket.ph
- Message-ID: <1992Sep9.070854.22970@netlabs.com>
- Date: 9 Sep 92 07:08:54 GMT
- References: <1992Sep8.174434.17198@news.eng.convex.com> <5601@blue.cis.pitt.edu.UUCP> <1992Sep9.043504.7463@odin.corp.sgi.com>
- Sender: news@netlabs.com
- Organization: NetLabs, Inc.
- Lines: 12
- Nntp-Posting-Host: scalpel.netlabs.com
-
- In article <1992Sep9.043504.7463@odin.corp.sgi.com> stantz@sgi.com (Mark Stantz) writes:
- : require <sys/socket.ph>;
-
- Note that might not work with angle brackets, depending on how the
- globbing was done. Did the original poster use angle brackets?
- You really oughta say
-
- require "sys/socket.ph";
-
- It's only accidental that it works with angle brackets on many machines.
-
- Larry Bush/Gore '92
-