print $obj->special, "\n"; #### use overload ( '""' => 'stringify', # or whatever bool => sub { 1 }, # ... );