Help for this page
use feature 'try'; try { ... catch ( $e ) { warn "It failed - $e"; }
use feature 'try'; try { ... finally { cleanup(); }