p4raw-id: //depot/perl@24507
@INC = qw(. ../lib);
}
-# VMS and Windows need -e "...", most everything else works better with '
-my $quote = $^O =~ /^(VMS|MSWin\d+)$/ ? q{"} : q{'};
-
# Run some code, return its wait status.
sub run {
my($code) = shift;