in reply to Re: perl script on Win32
in thread perl script on Win32
Windows doesn't care about the shebang, so I use #!/cygdrive/c/perl/bin/perl in my scripts. That way they still use ActiveState when I run them under cygwin. (because DBD::Oracle doesn't work (for me) under cygwin)