home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / perl / 7076 < prev    next >
Encoding:
Text File  |  1992-11-20  |  970 b   |  29 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!think.com!paperboy.osf.org!meissner
  3. From: meissner@osf.org (Michael Meissner)
  4. Subject: Re: How to output % symbol in perl
  5. In-Reply-To: Eric-Amick@cup.portal.com's message of Thu, 19 Nov 92 16:48:20 PST
  6. Message-ID: <MEISSNER.92Nov20150830@curley.osf.org>
  7. Sender: news@osf.org (USENET News System)
  8. Organization: Open Software Foundation
  9. References: <1992Nov19.004813.16052@leland.Stanford.EDU> <69857@cup.portal.com>
  10. Distribution: usa
  11. Date: 20 Nov 92 15:08:30
  12. Lines: 15
  13.  
  14. In article <69857@cup.portal.com> Eric-Amick@cup.portal.com (Richard E Amick) writes:
  15.  
  16. | print "% A Latex Picture. \n";
  17.  
  18. Though of course:
  19.  
  20.     print "%A Latex Picture.\n";
  21.  
  22. will NOT print what is intended, since perl will expand the %A array
  23. into a string.
  24. --
  25. Michael Meissner    email: meissner@osf.org        phone: 617-621-8861
  26. Open Software Foundation, 11 Cambridge Center, Cambridge, MA, 02142
  27.  
  28. You are in a twisty little passage of standards, all conflicting.
  29.