> When do you believe it would be wise to implement C or C++ code into your Perl Code. Or perhaps the question should be, what programming problems would be assisted in using such a technique?
Pros are
- time criticality
- drivers for special hardware
- perl language extensions
- (updated) code reuse
- ... (to be extended)
Cons mostly outweigh the pros.