> perl -d -e 0 Loading DB routines from perl5db.pl version 1.28 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): 0 DB<1> use Perl6::Form DB<2> p Perl6::Form::form "this is a {>>>>>>>>>>>>>>>}", 'test'; this is a {>>>>>>>>>>>>>>>} test DB<3> p Perl6::Form::form "this is a {>>>>>>>>>>>>>>>}", 'test'; this is a {>>>>>>>>>>>>>>>} test DB<4> p Perl6::Form::form "this is a {>>>>>>>>>>>>>>>}", 'test'; Out of memory!