Help for this page

Select Code to Download


  1. or download this
    sub type(%) {
       my $self = shift;
       return $reverse{$self->{mask}};
    }
    
  2. or download this
    ## This code has no checking at all.
    
    use strict;
    ...
            $dt{$_->type()}->($_->fullname());
        }
    }