in reply to Help regarding a Perl Script

What difficulties did you have with it?

Since you have modified the Makefile.PL from the packaged version, you might wish to post what changes you've made, so we may be better enabled to assist you with your dilemma.

Hope this helped,
-v

"Perl. There is no substitute."

Replies are listed 'Best First'.
Re^2: Help regarding a Perl Script
by ford (Novice) on Jan 18, 2008 at 04:47 UTC
    Hi, In the Makefile.PL there is a condition that says unless (@objs > 1) { die "NA: Sorry, I can't find headers or libraries for a supported GUI\n" } I've changed the first line to unless (@objs > 0) after that the module got installed. may be you can help me with this information Thanks in Advance Ford...
      That wasn't a smart thing to do, the module won't work with without it
        Hi, I need to connect from windows to UNIX. then run a script on UNIX.when i did that it says can't locate X11::GUI-Test. it is obvious because X11 can't be installed on windows.but it is installed in UNIX. how can i resolve this issue.. Thanks in Advance Ford.