LAUN Wolfgang wrote: > --- lib/Shell.pm.old Sun May 23 13:55:13 2004 > +++ lib/Shell.pm Mon May 31 18:44:32 2004 ... > @@ -62,7 +62,8 @@ > } else { > my \$a; > my \@arr = \@_; > - if ('$^O' eq 'MSWin32') { > + unless( \$Shell::raw ){ I assume that's a typo : didn't you meant : unless( $Shell::raw ){