Re: Modify $0 in Perl embedded in C
Brent 'Dax' Royal-Gordon wrote: JupiterHost.Net wrote: I hope I have the right list (I looked and looked and couldn't find any specific lists) if not just point me int he right direction I'm afraid you haven't. Embperl is a framework for building websites Thanks
Modify $0 in Perl embedded in C
rl); perl_eval_pv("print qq(Zero is -$0-\n);$0 = 'realnamefromargv[0]here';print qq(Zero is -$0-\n);", TRUE); perl_destruct(my_perl); perl_free(my_perl); } So does anyone have any insight as to why it flops and/or how to s
