Thread Wie findet man stack usage des aktuellen Perl-Prozesses heraus ? (17 answers)
Opened by barney at 2024-08-30 18:24

barney
 2024-09-07 15:51
#196696 #196696
User since
2008-08-31
194 Artikel
BenutzerIn
[Homepage] [default_avatar]
binmode löscht die bisherigen IO Layer. Das ist in PerlIO dokumentiert.

Quote
The binmode function can be called on an opened handle to push additional layers onto the stack, which may also modify the existing layers. binmode called with no layers will remove or unset any existing layers which transform the byte stream, making the handle suitable for binary data.

View full thread Wie findet man stack usage des aktuellen Perl-Prozesses heraus ?