- or download this
sub getBinDir
{
...
print "Returning binDir.\n";
return $self->{'binDir'};
}
- or download this
sub copyCtestBinaries
{
...
print "AppDir = $appBin.\n";
`cp $binDir $appBin`;
}
- or download this
sub new
{
...
bless ($self, $class);
return $self;
}