http://www.perlmonks.org?node_id=956918


in reply to "ack" and replace in a directory... in Windows?

Your command doesn't work because the $(....) construct is something only in the Unix shell. Windows doesn't have that.

Also, if you're normally using a template to build modules from boilerplate, you may want to look at Module::Start or Dist::Zilla.

xoxo,
Andy

  • Comment on Re: "ack" and replace in a directory... in Windows?

Replies are listed 'Best First'.
Re^2: "ack" and replace in a directory... in Windows?
by mascip (Pilgrim) on Feb 29, 2012 at 17:41 UTC

    I have just started to use Module::Starter::PBP, but there are a few details i like to change.
    So; i was thinking : if i just "ack and replace" a module created with Module::Starter::PBP, it should do.

    I'm not sure whether it works or not, nor whether it is stupid or not.