The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Test of macro debugger command
set max width 80
set highlight off
info macro
macro foo
macro foo sub { 'list' }
foo
info macro
macro bar sub($) { my $count=shift; ['list ' . $count] }
bar .
info macro
info macro *
quit!