This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 8 May 1999 14:16:30 +0000 (14:16 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 8 May 1999 14:16:30 +0000 (14:16 +0000)
commit4592e6caefc41a75573f112714d170071892a537
tree175f11b85a9a6c4b3cd13613edc0b305d47b6976
parent1d8d4d2a360e43d2337420c8e4a3eafc2e301cba
Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
Provide Tie::StdHandle
Basic update of docs.

p4raw-id: //depot/perl@3330
lib/Tie/Handle.pm
pod/perltie.pod
pp_sys.c
t/lib/tie-stdhandle.t [new file with mode: 0755]