Help for this page

Select Code to Download


  1. or download this
    #include <unistd.h>
    
    int main (int argc, char *argv[]) {
        execl("/path/to/yourscript.pl", "yourscript.pl", NULL);
    }
    
  2. or download this
    cc -o wrapper wrapper.c