AS 690 aut-num progress (LONG!!!)
Curtis Villamizar
Mon Mar 20 21:54:01 CET 1995
In message <199503201946.OAA13745 at lovefm.reston.mci.net>, Tony Bates writes: > > Daniel Karrenberg <Daniel.Karrenberg at ripe.net> writes: > * > * > cengiz at ISI.EDU (Cengiz Alaettinoglu) writes: > * > > * > Daniel, is it too hard to support line continuations based on \? > * > * This should not be too hard. > * Megalines are also fine. > * > hmm...this is somewhat against our original way of doing line wraping > which was to preserve uniqure components of the attributes per > line. The \ is fine except it may get tricky if we get all this regex > stuff shoved in as well. > > --Tony. Just do this: while ($line =~ s/\s*\\$//) { &read_more_and_append_to_line(); } [ ... then handle regex stuff ... ] Works for me. Curtis -------- Logged at Mon Mar 20 22:22:47 MET 1995 ---------
[ rr-impl Archive ]