Tagged Questions

10
votes
5answers
456 views

Writing a portable command line wrapper in C.

I'm writing a perl module called perl5i. Its aim is to fix a swath of common Perl problems in one module (using lots of other modules). To invoke it on the command line for one liners you'd write: …