my @actual = qx/$prove -Ifirst -D -I second -Ithird -Tvdb/;
A $^X should be inserted here.
(in bleadperl, the shebang line of prove is fixed when installed.)

What should be in prove's shebang?

The $Config{startperl} configure variable of the perl being installed.

How can I get that in there? Or are you saying I should run it as


my @actual = qx/$Config{startperl} $prove -Ifirst ..../;

xoa

--
Andy Lester
[EMAIL PROTECTED], AIM:petdance
http://petdance.com/ http://use.perl.org/~petdance/



Reply via email to