- or download this
sub try (&;@_) {
...
print "with>> @_\n" ;
return( 'with' , @_ ) ;
}
- or download this
try {
print "test\n" ;
...
print "alert\n" ;
} ;
- or download this
with>> CODE(0x1a72f20)
catch>> CLASS with CODE(0x1a72f20)
try>> CODE(0x1a72c5c) catch CLASS with CODE(0x1a72f20)