Help for this page

Select Code to Download


  1. or download this
      DB<32> sub my_say (;&) { $_[0] ? say $_[0]->() : say $_ }
    
    ...
    A123
    
      DB<38>