root/config/yasnippet/perl-mode/eval
@
7986
| Revision 7986, 128 bytes (checked in by kentaro, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #name : eval { ... } if ($@) { ... } |
| 2 | # -- |
| 3 | eval { |
| 4 | ${1:# do something risky...} |
| 5 | }; |
| 6 | if (\$@) { |
| 7 | ${2:# handle failure...}$0 |
| 8 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)