This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
RosettaCodeData
/
Task
/
Exceptions
/
Perl
/
exceptions-3.pl
7 lines
103 B
Raku
Raw
Permalink
Blame
History
# catch an exception and show it
try
{
die
"
t
h
i
s
c
o
u
l
d
g
o
w
r
o
n
g
m
i
g
h
t
i
l
y
"
;
}
catch
{
print
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink