Help for this page

Select Code to Download


  1. or download this
    use MyIO::Handle ();
    my $io = MyIO::Handle->new(); # ISA IO::Handle
    ...
    
    my $line = <$io>;
    print $io "You said $line";