7a6bb0f
1 2 3 4 5 6 7 8
#name : eval { ... } if ($@) { ... } # -- eval { ${1:# do something risky...} }; if (\$@) { ${2:# handle failure...} }