This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
require './test.pl';
}
-plan tests => 16;
-
+plan tests => 17;
my $stderr = *STDERR;
select($stderr);
ok print(""), 'print';
ok select(), 'select';
-$a = 'fooo';
+next_test();
format STDERR =
#@<<
-$a;
+ok 3
.
-ok ! write(), 'write';
+ok ! write();
ok($^, '$^');
ok($~, '$~');