#!./perl
chdir 't' if -d 't';
print "1..0 # Skip: not perlio\n";
exit 0;
}
print "1..0 # Skip: no Fcntl (how did you get this far?)\n";
exit 0;
}
}
{
print $fh "the right write stuff"; is($data, "the right write stuff", "found the right stuff"); }
{
print $fh "the right read stuff"; is($data, "the right read stuff", "found the right stuff"); }