http://qs321.pair.com?node_id=454204


in reply to Re^2: Dealing with incorrect shebang line entries on Windows with Apache
in thread Dealing with incorrect shebang line entries on Windows with Apache

Nope.
By *default* on unix, there is some version of perl in /usr/bin/perl. Generally a newer version of perl is a /usr/local/bin/perl or /home/zaz/my_perl. On windows, generally active state perl is installed at c:\perl\bin\perl , but cygwin installs perl at c:\cygwin\usr\bin\perl, which, if you are using cygwin's apache, you would call perl by /usr/bin/perl . If you use Oracle, you can use the oracle version of perl (not really recommended) at a path (similar to) /u01/oracle/some/version/export/bin/perl .
As far as development systems being different than production systems, in general, they almost are *always* different. Generally, older systems are used as development boxes, since they don't need the speed of production servers. (Also accept *slower* boxes, since there are times when you can't control the production environment, especially when you don't have root on the box.)
BTW. 300th post. :-)


----
Zak - the office
  • Comment on Re^3: Dealing with incorrect shebang line entries on Windows with Apache