Skip to content

Instantly share code, notes, and snippets.

sub catch-control {
my $the-answer = 42;
CONTROL {
die "Caught a CONTROL ({.gist})";
}
die "forced exception";
say "resumed!";
}
for 1 {