view _test/temp.pl @ 380:1eca08048ba9

TTContext migrated to the unified localization mechanism IMPL::Resources::StringLocaleMap
author cin
date Fri, 17 Jan 2014 15:58:57 +0400
parents d5c8b955bf8d
children ced5937ff21a
line wrap: on
line source

#!/usr/bin/perl
use strict;

{
	local $@;
	eval {
		
		die "oops";
	};
}

print $@;