home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!wupost!gumby!destroyer!ubc-cs!dhami
- From: dhami@cs.ubc.ca (Mandeep S Dhami)
- Subject: Re: aub problem finding sys/socket.ph
- Message-ID: <1992Sep9.060810.6205@cs.ubc.ca>
- Sender: usenet@cs.ubc.ca (Usenet News)
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- References: <5585@blue.cis.pitt.edu.UUCP> <1992Sep8.174434.17198@news.eng.convex.com> <5601@blue.cis.pitt.edu.UUCP> <1992Sep9.043504.7463@odin.corp.sgi.com>
- Date: Wed, 9 Sep 92 06:08:10 GMT
- Lines: 21
-
- stantz@sgi.com (Mark Stantz) writes:
-
- >
- > Running with '#!/usr/local/bin/perl -I <X>' doesn't help.
- >
-
- #! notation allows only ONE argument (for example you may use
- -pi.bak but not -p -i.bak). This is the semantics of #! invocation
- (at least on my system, SunOS) and has nothing to do with perl.
- So, you may use -I<X> not -I <X>.
-
- BTW, You may also use:
- push(@INC,'<X>') ; # prefer default INC OR
- unshift(@INC,'<X>'); # prefer files in X
-
- Mandeep
- __________________________________________________________________
- "I'm very brave generally," he went on in a low voice:
- "only to-day I happen to have a headache."
- -- Lewis Carroll
- __________________________________________________________________
-