in reply to perl-5.8.5 op/write.t fails
You have set the field where 'time' goes as 4 characters, right-justified BUT you pass it a string of 5 characters: 't', 'i', 'm', 'e', and "\n".
Set this field to '@>>>>>' and you should be right.
Regards,
PN5
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl-5.8.5 op/write.t fails
by RandomWalk (Beadle) on Aug 06, 2004 at 22:21 UTC | |
by Prior Nacre V (Hermit) on Aug 06, 2004 at 23:00 UTC |