Guest User

Untitled

a guest
Nov 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ┌─[tadzik@yavin4]─[~]
  2. └─[%]─> cat podbug.pl
  3. #= a nice subroutine
  4. sub foo {
  5. sub bar {
  6. }
  7. }
  8. ┌─[tadzik@yavin4]─[~]
  9. └─[%]─> perl6 --doc podbug.pl
  10. sub foo()
  11. a nice subroutine
  12.  
  13. sub bar()
  14. a nice subroutine
Add Comment
Please, Sign In to add comment