I had a similar problem - it is because @INC isn't pointing to the directory
containing GUI.pm.  Try putting 
#unshift (@INC, "/site/lib"); at the top of your program, before the USE.
This is assuming that the GUI.pm is in c:\perl\site\lib.  Adjust as
necessary.
                Ed Ewen
                (404) 575-3531
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 


        -----Original Message-----
        From:   Scott K Purcell [SMTP:[EMAIL PROTECTED]]
        Sent:   Tuesday, May 02, 2000 2:35 AM
        To:     Perl-Win32-Users Mailing List
        Subject:        Where to find Win32:GUI?

        Hello,
        I have some code I am trying to run and I am getting the following 

        Can't locate Win32/GUI.pm in @INC (@INC contains: C:/Perl/lib 
        C:/Perl/site/lib .

        So I went to 
        http://www.activestate.com/ppmpackages/5.005/zips/
        But I do not see any Win32-GUI

        So is it in another package?
        If someone knows, could you tell me.
        Thanks
        Scott

        ---
        You are currently subscribed to perl-win32-users as:
[EMAIL PROTECTED]
        To unsubscribe, forward this message to
                 [EMAIL PROTECTED]
        For non-automated Mailing List support, send email to  
                 [EMAIL PROTECTED]

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to