Thanks, I've been reading the docs & only get more confused. 

>From the Xitami doc;
Xitami supports CGI programs in Perl, C, or any other language that your
system supports. In general, CGI program written for web servers such as
Apache and NCSA httpd will run unchanged with Xitami.

I think the problem is with windows but I'm not sure where. 

If I go; Start, Run perl -v I get a "Can not find Perl or one of it's
components" even though I know the path is set correctly in autoexec.bat

Start, Run c:\perl\bin\perl -v>-v.txt creates an empty -v.txt file

perl -v>-v.txt in a bat file in the perl\bin directory returns;
"
This is perl, version 5.004_02

Copyright 1987-1997, 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.
"

Anyone know what is going on?

Alex,

Sid Malhotra wrote:
> 
> Although ...
> If you are trying to run cgi scripts on Apache/Win Apache will recognize the
> #! ('shebang') and try to execute your script through the specified
> interpreter.
> 
> I don't know what Xitami does for this although I would assume it behaves
> the same way.  Don't trust me, read the docs.
> 
> So it wouldn't hurt to put #!C:\perl\bin at the top of your scripts.
> 
> Sid.
> 
> -----Original Message-----
> From: Lynn Glessner [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 9:12 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Perl & Win 98SE
> 
> The #! line is only for unix systems, you don't need it.
> 
> ----- Original Message -----
> From: "Alex Barna" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 28, 2001 6:10 PM
> Subject: Re: Perl & Win 98SE
> 
> > I did that & installed Microsoft Windows Installer 1.1+ & DCOM for Windows
> 98 as
> > recomended in the ActivePerl Documentation. I have noticed that most
> scripts
> > start with #!/usr/bin/perl Should this be changed to the actual path
> (which I
> > have done) #!C:\perl\bin or should it be something else.
> >
> > Thanks for your help.
> >
> > Alex,
> >
> > Greg Strom wrote:
> > >
> > > Check your path... i.e. type path at the command line...
> > > You can always change the path by saying path=%path%;addationalpathdir
> > > If you do this in autoexec.bat (near the bottem, you will affect change
> the
> > > path
> > > such that it will include the path everytime you start you system...
> > >
> > > -----Original Message-----
> > > From: Alex Barna [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, August 28, 2001 4:57 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Perl & Win 98SE
> > >
> > > I am new to perl & my only programing is 15 years out of date &
> forgotten.
> > > I am running an Xitami Webserver on my win 98 SE computer & can't get
> perl
> > > scripts to function unless perl.exe & the 2 dll files are in the same
> folder
> > > as
> > > the script calling it. Even then it doesn't work properly.
> > >
> > > I don't get any errors I just get nothing.
> > >
> > > Alex,
> > >
> > > --
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
This UCE came from, through or used your system as a return address
and is a waste of your time & money & mine.
 
-- 

<SNIPPED>  :)
 
GramPaHugs,
Alex,
 
-- 

 Any information is included for informational 
 or entertainment purposes only,
 No endorsement is implied or intended.
 
****************************************************
* Love radiating from 45.10n x 93.30w   M/SP Mn
* Care giver to THE SACRED TEMPLE CATS of the Kingdom of W.H.I.N.E.
* <a href="http://home.mn.rr.com/apbiii/whine.html";>AOL Click</a>
* Medical Links,  Photo's http://barna.dns2go.com/
* <a href="http://home.mn.rr.com/apbiii/medical.htm";>AOL Click</a>
* Don't worry about life,
*  you're not going to survive it anyway
****************************************************

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to