home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!news.mentorg.com!sdl!not-for-mail
- From: tal@Warren.MENTORG.COM (Tom Limoncelli)
- Newsgroups: comp.lang.perl
- Subject: Re: How to output % symbol in perl
- Date: 20 Nov 1992 17:10:33 -0500
- Organization: Mentor Graphics -- IC Group
- Lines: 22
- Distribution: usa
- Message-ID: <1ejnopINN67r@milk.Warren.MENTORG.COM>
- References: <1992Nov19.004813.16052@leland.Stanford.EDU> <69857@cup.portal.com> <MEISSNER.92Nov20150830@curley.osf.org>
- NNTP-Posting-Host: milk.warren.mentorg.com
-
- In <MEISSNER.92Nov20150830@curley.osf.org> meissner@osf.org (Michael Meissner) writes:
-
- >Though of course:
-
- > print "%A Latex Picture.\n";
-
- >will NOT print what is intended, since perl will expand the %A array
- >into a string.
-
- What version of Perl are you using?
-
- DB<6> $A{'bar'} = 'foo';
-
- DB<7> print "%A Latex Picture.\n";
- %A Latex Picture.
-
-
- Tom
- --
- Tom Limoncelli -- tal@warren.mentorg.com (work) -- tal@plts.uucp (play)
- Reality is stranger than fiction #943247: The IRS granted
- ANS approval as a 501c3 "charity" on September 14, 1992.
-