NovaDaemon: Usually your server will have one installed somewhere. You'll have to ask the administrator where it is located at. I'm not too sure if you can put one in your own directory, but even if you could, it might not be a very smart thing to do...

It could be located anywhere, but on most *nix systems it is located at "usr/bin/perl". On a Windows-type system, it could be at "C:\Program Files\Perl\", or something... After you know where it is, you should edit the first line to be like "#!Path". Make sure it ends with the program's name. If it is inside the folder "C:\Perl\", and the name of the program is "Perl.exe", then you'd use "#!C:/Perl/Perl.exe". I'm not too sure about the orientation of the slash, but I think it should be a "/"...

To sum it up... Ask the admin of the server where the PERL Interperter is at (or find a FAQ or something), and make sure that you have access to it so that you can run your PERL Script...

-Tim_axe