module module_name; my class NoData is Exception { method warn(*@args) { die @args } } my $uid = getpwnam($username) // fail NoData;