Rakudo Perl Hacking Rakudo Perl #62

Running Rakudo Perl

Running on a file

$ ./perl6 hello.pl

Intermediate compile options

$ ./perl6 --target=parse  # display parse tree
$ ./perl6 --target=past   # display AST
$ ./perl6 --target=pir    # display generated PIR

$ ./perl6 --trace=1       # show runtime trace
Copyright © 2009
http://www.pmichaud.com/2009/pres/