[Chicago-talk] Weird Cygwin issue

Steven Lembark lembark at wrkhors.com
Mon Nov 10 14:53:45 CST 2003



-- jason gessner <jason at multiply.org>

> ExtUtils::MM_Unix::find_perl(/usr/lib/perl5/5.8.0/ExtUtils/MM_Unix.pm:123
> 0): 1230:                   $val = `$version_check`;
>
>
> Any ideas as to what would cause this code to fail?  It simply hangs after
> the final line.  No output, can't ctrl-c it.  Feh.

Try:

	b 1230
	c
	x $version_check

What happens if you run $version_check by hand from the
command line?

You can also try:

	x $a = qx($version_check);

and see what the thing is supposed to return.




--
Steven Lembark                               2930 W. Palmer
Workhorse Computing                       Chicago, IL 60647
                                            +1 888 359 3508



More information about the Chicago-talk mailing list