Thread Systematische Fehler (42 answers)
Opened by rosti at 2023-11-12 10:22

rosti
 2023-11-13 11:11
#195505 #195505
User since
2011-03-19
3233 Artikel
BenutzerIn
[Homepage]
user image
Bittesehr:

Code (perl): (dl )
1
2
3
4
syswrite STDOUT, "€";  # ok

use utf8;
syswrite STDOUT, "€"; # fatal Error


Fazit: Die ganze Betrachtung dreht sich nur um IO ;)

syswrite:

Quote
Alternately, if the handle is not
marked with an encoding but you attempt to write characters with
code points over 255, raises an exception.


Das ist der Unterschied zu print
Last edited: 2023-11-13 11:15:54 +0100 (CET)

View full thread Systematische Fehler