##
my $subroutine = sub {
# code here defines an anonymous sub
};
$subroutine->( @arguments ); #call sub
####
unless ($newSeriesSth->execute()) {
# error handling
}
####
--
Joost downtime n. The period during which a system
is error-free and immune from user input.