Skip to content

Instantly share code, notes, and snippets.

@kva1966
Last active October 25, 2019 00:41
Show Gist options
  • Save kva1966/b14a53e2451584eb39b00076144556ef to your computer and use it in GitHub Desktop.
Save kva1966/b14a53e2451584eb39b00076144556ef to your computer and use it in GitHub Desktop.
Perl watch
# cpanm App::watchdo
# https://metacpan.org/pod/distribution/App-watchdo/bin/watch-do
# watch-do -w <file|dir> -- <cmd>
# E.g. https://metacpan.org/pod/Pod::Perldoc::ToMarkdown
watch-do -w Foo.pm -- perldoc -o Markdown Foo.pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment