> you need to use
> 
> #! perl (followed by whatever switches you want to use)
> 
> and have perl in your path
> To set perl in your path go to:
> Start > Settings > Control Panel
> In the control panel go to System
> Click the upper right tab "Advanced"
> Click the middle button "Environment Variables"
> The bottom text box contains your system variables.  Find Path, highlight 
> it, and click Edit...
> At the end of the path type a semi-colon and the path to your perl.exe

The shebang is a typical UNIX thing, Windows doesn't use it.
It mentions the "shell" used to execute the code below.
Like mentioned before, you're explorer needs to be properly configgered.
Some webservers on Windows DO look at that line (altho I don't know why)
Apache & IIS don't need it, Xitami ,AFAIK, does.

-- 
Greetz

Hendrik

... Quidquid perl dictum sit, altum viditur.


-- 
Greetz

Hendrik

... Quidquid perl dictum sit, altum viditur.

Reply via email to