in reply to Re: How to interpret this Perl Tk.pm error?
in thread How to interpret this Perl Tk.pm error?

Thank you for your reply.

I guess I have a misconception about the Tk.pm module.

After reading about its features, I was under the impression that this module could be used to add graphics to my scipts so that anyone who invokes a script that uses Tk.pm will all see the graphics.

Based on the responses, it appears that 'individual' computer terminals must set a parameter on their computer in order to see the graphics, which is why I have to set the '$Display' parameter on my computer to my IP address. Is this correct?

If so, is there another way to integrate graphics into Perl scripts via a 3rd party software program or other method?

Thank you. --newbie00

  • Comment on Re: Re: How to interpret this Perl Tk.pm error?