This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Die on n-arg open(...,"",xxx,yyy,...)
authorNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 22 Mar 2001 10:54:35 +0000 (10:54 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 22 Mar 2001 10:54:35 +0000 (10:54 +0000)
commit4a7d1889681c73a99b9a39d8a3d3760367674002
tree1a33a342ee466f59ecae3cb072692193601ba394
parent1f47406448f2d51ae8241e146df3675f96b72815
Die on n-arg open(...,"",xxx,yyy,...)
 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
 - die on read/write cases so we can decide what it means later.

p4raw-id: //depot/perlio@9294
doio.c
embed.pl
iperlsys.h
util.c