bug-a2ps
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Printing perl script with $` (Dollar-Grave Accent) problem


From: Wolfgang Gross
Subject: Printing perl script with $` (Dollar-Grave Accent) problem
Date: Fri, 21 Apr 2006 15:21:34 +0200

Hallo,

printing this little perl script

#! /usr/bin/perl
#
$test0="aa bb cc dd ee";
$test0 =~ m/ /;
print $` . "\n";
print $' . "\n";
# more comment

with a2ps on a Brother HL-1650 under SuSE Linux 9.3 doesn't work properly.
Directly after the $` letters the output stops pretty printing and 
continues with the font used for static strings. It also changes the grave 
accent to apostroph.
 
Best regards

Wolfgang Gross

The output changes to a different font after-------------------------------
---------------------------------------
Dr. W. Gross, Abt. f. Experimentelle Chirurgie, Uniklinik Heidelberg
Im Neuenheimer Feld 365, D-69120 Heidelberg, Germany
Tel. ++49 (0)6221/566392, Fax: ++49 (0)6221/564208
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]