home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!caen!uvaarpa!mmdf
- From: Al Gaspar <gaspar@stepsun.army.mil>
- Subject: Print difference between 4.019 and 4.035
- Message-ID: <1992Jul30.115500.22617@uvaarpa.Virginia.EDU>
- Sender: mmdf@uvaarpa.Virginia.EDU (Mail System)
- Reply-To: gaspar@stepsun.army.mil
- Organization: The Internet
- Date: Thu, 30 Jul 1992 11:55:00 GMT
- Lines: 32
-
-
- I posted a message about this earlier; but I think my mailer sent it to the
- ozone... I had a script running properly under 4.019 with two lines similar to
- the following:
-
- print '-' x 80."\n";
-
- Under 4.035 I got the following error messages:
-
- syntax error in file /usr/local/bin/logpipe2.pl at line 26, next 2
- tokens "80."\n\n""
- syntax error in file /usr/local/bin/logpipe2.pl at line 29, next 2
- tokens "80."\n""
- Execution of /usr/local/bin/logpipe2.pl aborted due to compilation
- errors.
-
- I fixed the problem by changing the offending lines to:
-
- print ('-' x 80)."\n";
-
- I thought someone might be interested in this minor difference.
-
- Cheers--
-
- Al
-
-
- --
- Al Gaspar <gaspar@st-louis-emh2.army.mil>
- USAMC SIMA, ATTN: AMXSI-TTC, 1222 Spruce St., St. Louis, MO 63103-2834
- COMMERCIAL: (314) 331-4354 AUTOVON: 555-4354
- relay1.uu.net!st-louis-emh2.army.mil!gaspar
-