The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# perl

use V;

dprofpp( '-T' );
$expected =
qq{main::bar
main::baz
   main::bar
   main::foo
      main::bar
main::foo
   main::bar
};
report 18, sub { $expected eq $results };