This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Infrastructure to allow:
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 20 Jan 2001 19:42:30 +0000 (19:42 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 20 Jan 2001 19:42:30 +0000 (19:42 +0000)
commita567e93b903bc9849952c06533059c2f2e2fb226
treea93a49d4b98bf39c527f7d33fb2568de0fc2c201
parent3b6eb69b03afe7feeb11252d06d9daecc9c262f1
Infrastructure to allow:
  open($fh,"|-",@array);
to be implemented
i.e. mark pp_open as needing a stack mark, and make pp_open
process its args in that style (and pass them _all_ to tied handles OPEN).
Invent do_openn() which takes SV ** at allow it to see multiple args.
Note this does not _do_ anything yet.

p4raw-id: //depot/perlio@8484
doio.c
embed.h
embed.pl
objXSUB.h
opcode.h
opcode.pl
opnames.h
perlapi.c
pp_proto.h
pp_sys.c
proto.h