Device-SerialPort
view release on metacpan or search on metacpan
t/20inherited.t view on Meta::CPAN
if ($naptime) {
print "++++ page break\n";
sleep $naptime;
}
## 121 - 135: Record and Field Separators
my $r = "I am the very model of an output record separator"; ## =49
# 1234567890123456789012345678901234567890123456789
my $f = "The fields are alive with the sound of music"; ## =44
my $ff = "$f, with fields they have sung for a thousand years"; ## =93
my $rr = "$r, not animal or vegetable or mineral or any other"; ## =98
is_ok($ob->output_record_separator eq ""); # 121
is_ok($ob->output_field_separator eq ""); # 122
$, = "";
$\ = "";
# tie to PRINT method
$tick=$ob->get_tick_count;
( run in 1.443 second using v1.01-cache-2.11-cpan-39bf76dae61 )