> 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);
>
Nice! Thanks for the help david. This is very cool!
> david
> --
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>