From a5571d593ac90d11dc2015dcb1d4f62bc0d28a6d Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Fri, 7 Mar 1997 03:48:20 +1200 Subject: Add B<-o> option to a2p, for old awk; make new the default --- x2p/a2p.pod | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'x2p/a2p.pod') diff --git a/x2p/a2p.pod b/x2p/a2p.pod index 06c5ac7322..fa726fb101 100644 --- a/x2p/a2p.pod +++ b/x2p/a2p.pod @@ -41,6 +41,12 @@ Any delimiter can be used to separate the field names. causes a2p to assume that input will always have that many fields. +=item B<-o> + +tells a2p to use old awk behavior. For now, the only difference is +that old awk always has a line loop, even if there are no line +actions, whereas new awk does not. + =back =head2 "Considerations" -- cgit v1.2.1