Re: creating my own library

2003-02-13 Thread Wiggins d'Anconia
Always group reply so that the rest of the list can help and be helped by the discussion. Patricia Hinman wrote: I thought that this was the case. I downloaded a c compiler called Miracle C. But I haven't learned how it works yet. I do have C++ and 1000 page book to go with it. (ugh) The c

Re: creating my own library

2003-02-13 Thread Wiggins d'Anconia
Patricia Hinman wrote: I would like to pack some modules with my program. I've learned about use lib qw(/mydirto/mylibrary/); for simple modules. Now I have an module that has several directories (Crypt::OpenPGP). The program can't find the module in the library when I simply upload it to the

creating my own library

2003-02-13 Thread Patricia Hinman
I would like to pack some modules with my program. I've learned about use lib qw(/mydirto/mylibrary/); for simple modules. Now I have an module that has several directories (Crypt::OpenPGP). The program can't find the module in the library when I simply upload it to the server. I've appende