String perlParams = getLaunchAttribute(launch,
PerlLaunchConfigurationConstants.ATTR_PERL_PARAMETERS, false);
if (perlParams == null) perlParams = "";
perlParams = perlParams.replaceAll("[\\n\\r]", " ");
PerlProject project = PerlCore.create(getProject(launch));
String perlPath = PerlExecutableUtilities.getPerlInterpreterPath();
if (perlPath == null) perlPath = ""; // TODO report an error?
BrazilProps props = new BrazilProps();