UMLS-Interface
view release on metacpan or search on metacpan
lib/UMLS/Interface/CuiFinder.pm view on Meta::CPAN
$umlsinterface = <STDIN>; chomp $umlsinterface;
}
}
if(! (-e $umlsinterface) ) {
system "mkdir -m 777 $umlsinterface";
}
print STDERR "Please set the UMLSINTERFACE_CONFIGFILE_DIR variable:\n\n";
print STDERR "It can be set in csh as follows:\n\n";
print STDERR " setenv UMLSINTERFACE_CONFIGFILE_DIR $umlsinterface\n\n";
print STDERR "And in bash shell:\n\n";
print STDERR " export UMLSINTERFACE_CONFIGFILE_DIR=$umlsinterface\n\n";
print STDERR "Thank you!\n\n";
}
}
}
else {
$umlsinterface = "";
}
}
( run in 0.630 second using v1.01-cache-2.11-cpan-a1d94b6210f )