Hello, Yitzchak!
>>> # insert dashes just before last line of last file
>>> while (<>) {
>>> if (eof()) { # check for end of current file
>>> print "--------------\n";
YST> Didn't you sent a patch that s/current/last/?
AT> I did, but there's more fun: do you know how I hit this unexpected
AT> input from '-'? Yes, by running this sample!!! :-)))
Sorry, it must be getting too late, of course the sample from the
manpage does not yield this trouble, so no more fun about it, just
s/current/last/ :)
All other thoughts intact
- Anton
Thread Previous
|
Thread Next