My 2 Euro Cents :

You can easily add in the config hash for those who 
want "c++" (Possibly zero people).

my $mapping = {
   "c++" => "Mikes::Funky::Cpp::Parser"
};
[........]
if (my $mapped = $mapping->{$using[$i]})
{
   eval "use $using[$i]";
}
elsif ($using[$i] =~ /::/) {
   eval "use $using[$i]";
}
else {
  eval "use Inline::${language}::$using[$i]";
}

mike

=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

Reply via email to