Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created July 1, 2012 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/3029325 to your computer and use it in GitHub Desktop.
Save tadzik/3029325 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin4]─[~]
└─[%]─> cat podbug.pl
#= a nice subroutine
sub foo {
sub bar {
}
}
┌─[tadzik@yavin4]─[~]
└─[%]─> perl6 --doc podbug.pl
sub foo()
a nice subroutine
sub bar()
a nice subroutine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment