in reply to Perl acting different on two machines

My first guess would be the Apache configuration, not the Perl scripts. Find the httpd.conf (and likely other .conf files) for Apache on the two systems and compare them.
  • Comment on Re: Perl acting different on two machines

Replies are listed 'Best First'.
Re^2: Perl acting different on two machines
by charlesg83 (Initiate) on Nov 20, 2009 at 03:03 UTC
    I have updated the original message. I failed to added the information regarding Apache and the conf files.
      I assume when you say the Apache config files "compare to be the same" that you mean aside from their unique server names and IP addresses.

      Check the Perl for the cookie-setting code. Is the cookie domain set to the unique server name, i.e. server1.mydomain.com, or to mydomain.com? If the former, the Perl on server2 needs to use server2.mydomain.com.