I develop web application on WinnT platform and send to production server which is unix platform. I have to change path from #!C:\perl\bin\perl to #!/usr/bin/perl when I submit to production server. Is there any easy way around? I cannot change the settings on production server.