home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!fmrco!fmrco!asherman
- From: asherman@laser.fmrco.com (Aaron Sherman)
- Subject: a2p bug...
- Message-ID: <ASHERMAN.92Sep15153556@laser.fmrco.com>
- Sender: news@fmrco.uucp
- Reply-To: asherman@fmrco.COM
- Organization: I-Kinetics, 19 Bishop-Allen Dr., Cambridge, MA
- Date: Tue, 15 Sep 1992 20:35:56 GMT
- Lines: 36
-
-
- I felt bad about posting an awk-2-perl bug to the perl newsgroup, so I
- compromised....
-
- The following *perl* script, on my machine:
-
- open(P,"|a2p|perl"); print P 'BEGIN{exit}';close P; # ;-)
-
- yields:
-
- Bad label: line at - line 10.
-
- A *perl* error message... ;-)
-
- Stats:
-
- Sun 4 running SunOS 4.1.2
- perl v. 4.034 (a2p is from that version)
-
- (Has anyone noticed that 4 is a rather magic number for software and
- hardware revs in the UNIX community these days?)
-
- Also, could someone please send me the docs that Larry wrote on how to
- get the patches by mail? Thanks.
-
-
-
- -AJS
-
-
- open(P,"|a2p|perl");print P 'BEGIN{print"Just another perl wanabe!"}';close P;
- --
- --------
- Disclaimer: I am solely responsible for the content of this message.
- The views expressed here may not be the views of I-Kinetics, Fidelity,
- any of the Fidelity-owned corporations or my mother.
-