How can I install and use ack library on Windows?

前端 未结 9 1392
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 23:37

I have never used Perl, but I am really impressed by the ack, which I would like to use for source code searching, etc.

Can anyone guide me of how to make use of this ex

相关标签:
9条回答
  • 2021-01-30 00:10

    I had to force cpan to install App::Ack since some of the tests didn't pass:

    C:\> cpan
    cpan> force install App::Ack
    cpan> q
    
    0 讨论(0)
  • 2021-01-30 00:11

    Start by installing perl http://strawberryperl.com/

    Install App::Ack by typing (in a windows command shell)

    C:\>cpan App::Ack
    

    And undoubtedly this will prove useful http://learn.perl.org/

    0 讨论(0)
  • 2021-01-30 00:12

    Nothing worked for me, until I went to the ack website and saw this.

    And I ran the following command in cmd prompt:

    choco install ack
    
    0 讨论(0)
提交回复
热议问题