|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Request for information from a newbie administrator...
From: Andrej Ricnik-Bay (andrej.groups
gmail.com)
Date: Fri May 05 2006 - 21:51:14 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/6/06, Bast's Enterouge <coscom
twcny.rr.com> wrote:
> If you don't mind my asking, what is chmod +x? Is it
> identical to typing perl? Or does it give more
> information? As I've mentioned in another post I ended up
> discovering that my server lets me type perl qshape.pl but
> if chmod +x gives more information I'll try switching to
> using that. In any case, thanks in advance.
chmod +x makes the script an "executable" (so to speak).
If it still didn't work without the external "perl" in "perl qshape.pl"
check the script and the location of your perl interpreter ...
On a command-line, type
which perl
... if that gives another location than the first line of the qshape.pl
suggests, change the script.
E.g. if which perl says /usr/local/bin/perl and the script
has "#!/usr/bin/perl -w" as its first line, change the scritp
to look like "#!/usr/local/bin/perl -w"
> Sincerely,
> Jeff Carey
Cheers,
Andrej
--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.
http://www.american.edu/econ/notes/htmlmail.htm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]