in reply to Re^2: CGI PERL Remote Debugging
in thread CGI PERL Remote Debugging

Again, none of the responses helped for my actual question. No one talks about the REMOTE DEBUGGING.

Well I certainly don't, but thomas85 did, he answered your question exactly, http://search.cpan.org/dist/Devel-ptkdb/ptkdb.pm#Debugging_CGI_Scripts

Replies are listed 'Best First'.
Re^4: CGI PERL Remote Debugging
by ujanba01 (Initiate) on Jan 09, 2012 at 13:05 UTC

    Thomas shared the link, which talks about debugging the CGI scripts.

    But I need the solution for remote debugging. I don't find anything about remote debugging from windows to Linux in the link.

      "But I need the solution for remote debugging. I don't find anything about remote debugging from windows to Linux in the link."

      As several people have already told you, one option would be to connect from your Windows host to the linux server and debug in the usual fashion. Another option would be to debug locally (a linux setup, or virtual instance), ideally you'd have access to SYT/UAT systems matching your production system. A google search shows options depending on which IDE you want to use. Have you considered doing similar research yourself?