home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!think.com!paperboy.osf.org!meissner
- From: meissner@osf.org (Michael Meissner)
- Subject: Re: How to output % symbol in perl
- In-Reply-To: Eric-Amick@cup.portal.com's message of Thu, 19 Nov 92 16:48:20 PST
- Message-ID: <MEISSNER.92Nov20150830@curley.osf.org>
- Sender: news@osf.org (USENET News System)
- Organization: Open Software Foundation
- References: <1992Nov19.004813.16052@leland.Stanford.EDU> <69857@cup.portal.com>
- Distribution: usa
- Date: 20 Nov 92 15:08:30
- Lines: 15
-
- In article <69857@cup.portal.com> Eric-Amick@cup.portal.com (Richard E Amick) writes:
-
- | print "% A Latex Picture. \n";
-
- Though of course:
-
- print "%A Latex Picture.\n";
-
- will NOT print what is intended, since perl will expand the %A array
- into a string.
- --
- Michael Meissner email: meissner@osf.org phone: 617-621-8861
- Open Software Foundation, 11 Cambridge Center, Cambridge, MA, 02142
-
- You are in a twisty little passage of standards, all conflicting.
-