inclusion of .pm files in makefile

2007-05-05 Thread carol white
Hi, How is it possible to include personal modlule .pm in a make file? i have included PM => { 'path_to_pm_file' => 'pm_file' } in Makefile.PL but doesn't work. if for ex, file.pm is in /home/file.pm, how should I specify? like '/home/file.pm' => 'file.pm' ? Thanks in advance carol

how to write my own makefile?

2007-05-04 Thread carol white
Hi, I searched for a good document on how to write a makefile but didn't find anything satisfactory. I would like to write something similar to what is written below. I want that my_pg.PL takes the specific modules that are specified in PM. note that it is better not to specify the directory of

confusing perl module path

2007-04-13 Thread carol white
Hi, I want to use 2 modules in my perl program: module1.pm and module2.pm. module1.pm is in current directory. to use module2.pm which is in another directory I wil use: use lib 'path-to-other-directory'; but I have another module named module1.pm in the same directory as module2.pm that I don't