Dr.Ruud wrote: > "Roman Daszczyszak" schreef: > > >>#!\perl\perl.exe > > > Does that do anything useful? Maybe change to just > #!perl >
How about: #!/perl/bin/perl On MS Windows, perl is usually 'C:\PERL\BIN\PERL.EXE'. You would not need the '.exe' and I'm quite sure you need a 'bin' somewhere in there. Normally, you would not need to add this as MS Windows associates *.PL files with perl. But some programs, like web servers, ignore the Registry and use the shebang to find the interpreter. -- __END__ Just my 0.00000002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle * Perl tutorials at http://perlmonks.org/?node=Tutorials * A searchable perldoc is at http://perldoc.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>