in reply to novice 'die' help requested
all of these java-like class constructs are unperlish in my opinion. think perl if you want to avoid code overheads.sub check_id { [...] eval { my sig_die_handler = sub { ... }; local $SIG{__DIE__} = \&sig_die_handler(shift); [...] } }
|
|---|