https://bugzilla.novell.com/show_bug.cgi?id=335573#c3 --- Comment #3 from Marcus Schaefer <ms@novell.com> 2007-11-13 08:45:28 MST --- I would like to implement this like the following code illustrates BEGIN { print "using my qx...\n"; *CORE::GLOBAL::readpipe = sub($) { print "faked\n"; }; } $a = qx (echo hello world); print $a; BUT: the override of readpipe is allowed with perl version 5.9.* for the first time: http://search.cpan.org/~rgarcia/perl/pod/perl595delta.pod#readpipe()_is_now_... For now I don't know another way to fake the qx operator in order to allow what you want. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.