Help for this page
sub concatenate{ $_[ 0 ] . $_[ 1 ] }
sub add{ $_[ 0 ] + $_[ 1 ] }
sub loop (&@) { $_[ 0 ]->( $_ ) for @_ }
Synopsis: ... exit $program->doit( instructions => 'Use what you need' );