in reply to Re: How to invoke a module installed locally?
in thread How to invoke a module installed locally?

Hi Choroba,
Thanks much for your hint. Following your hint and my colleagues:
ssh -X remote_location
This enabled X11 forwarding and then when I invoke the
perl -d:ptkdb script.pl
it works like a charm!

Replies are listed 'Best First'.
Re^3: How to invoke a module installed locally?
by aquarium (Curate) on Dec 02, 2010 at 23:01 UTC
    yes....ssh sets up the variables in your terminal session for the X server/client communication to work. you could have set those up yourself as well. X needs to know the endpoint for the communication..which in the end is an ip address and port number.
    the hardest line to type correctly is: stty erase ^H