in reply to Re: PM module question/improvements
in thread PM module question/improvements

quick question, once I installed the module starter, it went ahead and created a Dreamcar.pm under the dir /cygdrive/c/Users/Lucca/Dreamcar/lib/. It is not empty, it has some text. Do I delete that replace it with my own pm module?

not sure if the file it automatically created has some format in it that is required

Replies are listed 'Best First'.
Re^3: PM module question/improvements
by Anonymous Monk on Nov 10, 2015 at 00:23 UTC

    quick question, once I installed the module starter, it went ahead and created a Dreamcar.pm under the dir /cygdrive/c/Users/Lucca/Dreamcar/lib/

    why are you in cygwin now instead of  C:\Users\Lucca\Documents\NetBeans...?

    Do I delete that replace it with my own pm module? not sure if the file it automatically created has some format in it that is required

    Um,

    perldoc module-starter NAME module-starter - creates a skeleton module distribution ...

    This means it does a copy/paste of an example module .... you then edit/delete/cut/paste/copy/.... whatever you want or need, its regular perl modules

      cool. got it