Re: #!/usr/local/bin/perl

2001-05-17 Thread David H. Adler
On Thu, May 17, 2001 at 10:12:45AM +1000, King, Jason wrote: > > I just wanted to clarify that most Windows programs don't need the shebang > line at all .. windows works off filename extensions - not shebang lines > > so it's only really important under Apache in Windows which still requires a

RE: #!/usr/local/bin/perl

2001-05-16 Thread King, Jason
e: > >> I'm just starting out and I've come across a line of code >> that no book seems to explain. Its seems that I should put >> #!/usr/local/bin/perl at the start of every script but it doesn't >> work for my script. How do I find out what the correct

Re: #!/usr/local/bin/perl

2001-05-16 Thread Jos Boumans
plain. Its seems that I should put #!/usr/local/bin/perl at the start > of every script but it doesn't work for my script. How do I find out what > the correct line should be? I'm writing a guest book so is it something that > my server would need to tell me?