in reply to Re: Re: print statement does not work
in thread print statement does not work
The information you've provided so far is too vague.
By the way, what do you get in response to either of these two commands:
Those should print the path where your shell finds the perl executable, given your current PATH setting. That is what should be on the shebang line of any perl script you write. (Note: this could report the path to a version of perl that you did not install yourself. You do know the path to the version you installed, right? Did you actually place your installation in /usr/local/bin?)type perl which perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: print statement does not work
by Hammy (Scribe) on Dec 17, 2002 at 03:47 UTC | |
by graff (Chancellor) on Dec 17, 2002 at 05:37 UTC |