Help for this page
use warnings; use strict; ... OK 1 Use of uninitialized value $got2 in scalar chomp at try.pl line 24. Use of uninitialized value $got2 in string eq at try.pl line 25.
void to_FH(PerlIO * stream) { FILE * stdio_stream = PerlIO_exportFILE(stream, NULL); ... fflush(stdio_stream); PerlIO_releaseFILE(stream, stdio_stream); }