sub new { my $class = shift; my $val : shared = @_ ? shift : 1; bless \$val, $class; }