Meyer, Kathrin (Datawarehouse) wrote:
> Hello there,
> 
> I'm working with solaris 2.6 and perl 5.00503. 
> 
> I'm implementing a script in which I have to generate a GUID, using the
> DATA::UUID module. I tested this module in a seperate script it worked
> without any problems. Now I wanted to transfer the testscript into my
> working script. but it doesn't work...
> 
> the error message I get: " Can't locate DATA/UUID.pm in @INC" and the
> message shows all paths @INC contains ... and, guess what... yes it does
> contain the path of the module...
> now I guess the UUID module is incompatible to one of the other modules I
> use ( CGI::Carp, XML::Writer, IO, CGI)
> 
> Any help is really appreciated.

Module names are case sensitive (and the dirs the are stored in on UNIX).

Is it DATA or Data ?

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (Free site for Perl/Lakers)

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to