Help for this page

Select Code to Download


  1. or download this
    sub is_make_type {
        my($self, $type) = @_;
        return !! ($self->make =~ /\b$type(?:\.exe)?$/);
    }
    
  2. or download this
    sub make {
        my $self = shift;
    ...
    
        return $make;
    }