Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

small question with NT

Quote Reply
small question with NT
when showing the directory to perl, is it written with #, a #! or neither?
eg
#d:/perl
#!d:/perl
d:/perl
Quote Reply
Re: small question with NT In reply to
The top line in your perl files should look like:
#!/usr/bin/perl
or
#!/usr/local/bin/perl


------------------
Ken Chidlow
chidlow@gossamer-threads.com
Quote Reply
Re: small question with NT In reply to
isnt that structure for unix and not NT ??
Quote Reply
Re: small question with NT In reply to
.

[This message has been edited by kursor (edited July 15, 1999).]