Snowbird122
05-22-2001, 12:54 AM
I tried to install ikonboard which uses perl. I thought I would test to see where perl was installed by using the following script I found on another post:
print "content-type: text/html ";
print`perl -v`;
I uploaded this to the cgi-bin and opened it with my browser. I got this: http://www.echo-technologies.com/cgi-bin/perlpath.pl
This makes me believe I have a perl problem.
I have a cobalt raq 4i server. When I telnet in and type:
perl -v
it says this:
[admin ikonboard]$ perl -v
This is perl, version 5.005_03 built for i386-linux
Copyright 1987-1999, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://http://www.perl.com/, Perl Home Page.
[admin ikonboard]$
When I navigate to /usr/bin, perl is in the directory.
What do I do? Is my perl working right?
print "content-type: text/html ";
print`perl -v`;
I uploaded this to the cgi-bin and opened it with my browser. I got this: http://www.echo-technologies.com/cgi-bin/perlpath.pl
This makes me believe I have a perl problem.
I have a cobalt raq 4i server. When I telnet in and type:
perl -v
it says this:
[admin ikonboard]$ perl -v
This is perl, version 5.005_03 built for i386-linux
Copyright 1987-1999, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://http://www.perl.com/, Perl Home Page.
[admin ikonboard]$
When I navigate to /usr/bin, perl is in the directory.
What do I do? Is my perl working right?
