This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make a temporary copy of the input buffer in pp_send, so that send
authorNicholas Clark <nick@ccl4.org>
Tue, 9 Mar 2004 16:11:37 +0000 (16:11 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 9 Mar 2004 16:11:37 +0000 (16:11 +0000)
commit6aa2f6a7a4e2a0d061a689b227dcf063d93806a6
treeb1cdce1b0005b1331cebe2ac1c775d48ea999b01
parent821bf9a5d89e1fc44be0165540e1f57de5c874e1
Make a temporary copy of the input buffer in pp_send, so that send
and syswrite don't gratuitously upgrade their input to UTF8

p4raw-id: //depot/perl@22471
pp_sys.c
t/op/sysio.t