$ cat foo.pl say 2+3; $ ./perl6 --target=PIR foo.pl > foo.pir $ ./parrot/parrot --output-pbc foo.pir > foo.pbc $ ./parrot/parrot foo.pbc 5 $ ./parrot/pbc_to_exe foo.pbc $ ./foo 5