Help for this page

Select Code to Download


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