From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

[$sub entry $]
[*
my ($obj) = @_ ;
return if (!$obj) ;
*]
[+ $obj +]
[$endsub $]
[$sub txt $]
blablabla
[$endsub$]
[-
entry (undef) ;
entry ('not undef') ;
txt ;
-]