Help for this page

Select Code to Download


  1. or download this
    say $instance;
    
  2. or download this
    say $instance->as_string;
    
  3. or download this
    use overload '""' => \&as_string;
    
    ...
       my $self = shift;
       ...
    }