testPerl: Test Perl installation and required modules for WriteXLS()
Description
Test Perl installation and required modules for WriteXLS()
Usage
testPerl(perl = "perl", verbose = TRUE)
Arguments
perl
Name of the perl executable to be called.
verbose
Output test result messages.
Value
A boolean value (TRUE or FALSE). TRUE if Perl and ALL required modules are found
Details
This function will test your current system to be sure that Perl is installed
and if so, whether or not all of the Perl modules required for WriteXLS()
are present.
Success and/or error messages as appropriate will be output.