Help for this page

Select Code to Download


  1. or download this
    use IO::File;
    my $foo = new IO::Handle;
    open $foo, '<', 'data.txt';