Help for this page

Select Code to Download


  1. or download this
    sub selfcontrol {
      my $self = shift;
    ...
          for ref $self;
      carp "diem";
    }
    
  2. or download this
    sub selfcontrol {
      my $self = shift;
      return $self if eval {$self->can("can")}; # Only objects can dance!
      carp "diem";
    }