In a UNIX perl script I can specify the location of the perl executable on the first line (shown below):
 
    #!/usr/local/bin/perl
 
How can I achieve this in Windows environment, so that I do not have to always say at the command prompt:
 
    perl my_perl_script.pl
 
Thanks
 
Lokesh

Reply via email to