Dan Muey wrote:

[snip]

> Doh! I was on 5.5, 5.8 just worked for me to, 5.6.1 also!
> Great! Awesome! Perfect! One little catch now is
> it'd be nice to just do ./test  or ./test name=value&name2=val2 instead of
> ./test -e ''
> Or ./test
> <ctrl-D>

this can easily be solve by adding:

char* nothing[] = {"","-e1"};

along the top of the program and then change:

>>    perl_parse(my_perl, NULL, argc, argv, (char **)NULL);

to:

perl_parse(my_perl, NULL, 2, nothing, (char **)NULL);

david
-- 
s,.*,<<,e,y,\n,,d,y,.s,10,,s
.ss.s.s...s.s....ss.....s.ss
s.sssss.sssss...s...s..s....
...s.ss..s.sss..ss.s....ss.s
s.sssss.s.ssss..ss.s....ss.s
..s..sss.sssss.ss.sss..ssss.
..sss....s.s....ss.s....ss.s

,....{4},"|?{*=}_'y!'+0!$&;"
,ge,y,!#:$_(-*[./<[EMAIL PROTECTED],b-t,
.y...,$~=q~=?,;^_#+?{~,,$~=~
y.!-&*-/:[EMAIL PROTECTED] ().;s,;,
);,g,s,s,$~s,g,y,y,%,,g,eval

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to