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