Guest User

Untitled

a guest
Jun 13th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. $ ./miniperl -I ~/g/gist-607990 -l ~/g/gist-607990/phase.pl
  2. use -> Module -> BEGIN -> START
  3. use -> Module -> UNITCHECK -> START
  4. phase.pl -> main -> BEGIN -> START
  5. phase.pl -> main -> UNITCHECK -> START
  6. phase.pl -> main -> CHECK -> CHECK
  7. phase.pl -> Module -> CHECK -> CHECK
  8. phase.pl -> Module -> INIT -> INIT
  9. phase.pl -> main -> INIT -> INIT
  10. require -> Module -> BEGIN -> RUN
  11. require -> Module -> UNITCHECK -> RUN
  12. require -> Module -> END -> END
  13. require -> main -> END -> END
  14. require -> Module -> END -> END
Add Comment
Please, Sign In to add comment