At 09:26 15-10-01, you wrote: >Nothing! Leave the shebang exactly as it would be on a *NIX system and tell >Sambar (in config.ini) which Perl executable to use.
Not really. She-bang is preferred, last time I looked. How else can you select: #!/python/bin/python So the answer is, for a *nix guy is: the root dir of the drive sambar is on, is to be considered the root dir of the filesystem. So if perl is on the same windows drive, you can just use #!/path/to/perl If perl is on another drive, you need to prefix it with the drive as so: #!c:/path/to/perl >Dave > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > > Jeff > > Sent: Monday, October 15, 2001 4:41 AM > > To: [EMAIL PROTECTED] > > Subject: [sambar] Paths & Perl > > > > > > When working with cgi scripts it is necessary to know the server path and > > the location of perl ie /usr/bin/perl and typically the server path looks > > like /home/blah/blah/jeff As you can tell I am used to working with a *nix > > machine and doing this on a Widoze box is something new & exciting (not > > really but it is educational) for me. How does one express these values > > within a script when using Sambar? > > > > Jeff > > [EMAIL PROTECTED] > > > > > > > > ------------------------------------------------------------------ > > -------------- > > For unsubscription of this list send an email to > > [EMAIL PROTECTED] with email > > data containing unsubscribe emailadd sambar > > > > > >-------------------------------------------------------------------------------- >For unsubscription of this list send an email to [EMAIL PROTECTED] with >email >data containing unsubscribe emailadd sambar ____________________________________________________ </MELVYN> void wakeup() { for(long int cuppajava;drink();cuppajava++); } -------------------------------------------------------------------------------- For unsubscription of this list send an email to [EMAIL PROTECTED] with email data containing unsubscribe emailadd sambar
