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
You can install ack via cpan:
install strawberry perl
run cmd as admin
install ack:
cpan> force install App::Ack
it should work from there, followed this guide: http://www.jeedo.net/how-to-install-ack-on-windows-10/
Worked without any hitches.