Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Pass signals and argv from C to embedded Perl

by ikegami (Patriarch)
on Jan 30, 2019 at 16:18 UTC ( [id://1229173]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    char** perlargv = malloc( (argc+3) * sizeof(char*) );
    perlargv[0] = "perl";
    ...
      perlargv[i+4] = argv[i+1];
    
    perl_parse(my_perl, NULL, argc+3, perlargv, NULL);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1229173]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 07:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found