Front page | perl.beginners |
Postings from March 2002
RE: Perldoc question
Thread Previous
|
Thread Next
From:
Hanson, Robert
Date:
March 12, 2002 10:52
Subject:
RE: Perldoc question
Message ID:
11A304418ECBAB498FBF10ABCEA5E499017C0517@hq2kax1.nj.aptegrity.com
perldoc isn't in your path most likely.
Check your path environment variable (echo $PATH), and make sure that
perldoc is in one of those directories. If I had to guess you probably have
a symlink to the perl executable in your path, but not the actual bin/
directory of perl.
Rob
-----Original Message-----
From: Joe Echavarria [mailto:joe_echavarria@yahoo.com]
Sent: Tuesday, March 12, 2002 1:48 PM
To: beginners@perl.org
Subject: Perldoc question
hi there,
On my unix box when i try to get perl help from the
command line using "perldoc print" or "perlfunc" i get
these errores.
perlfunc: not found
perldoc: not found
How can i fix this problem ?
Thanks.
Joe.
Thread Previous
|
Thread Next