Guest User

Untitled

a guest
Feb 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Index: Bundles/Perl.tmbundle/Snippets/eval.plist
  2. ===================================================================
  3. --- Bundles/Perl.tmbundle/Snippets/eval.plist (revision 5837)
  4. +++ Bundles/Perl.tmbundle/Snippets/eval.plist (working copy)
  5. @@ -6,7 +6,7 @@
  6. <string>eval {
  7. ${1:# do something risky...}
  8. };
  9. -if ($@) {
  10. +if (\$@) {
  11. ${2:# handle failure...}
  12. }
  13. </string>
Add Comment
Please, Sign In to add comment