Help for this page
my $cc = join(" ", $Config{cc}, $libs, @ccflags, "-l${lib}", "-o", $ex +e, (map { "-I$_" } @incs), "test_js.c");