in reply to Re^2: How to read from a .txt
in thread How to read from a .txt
open(my $fh, "<", "input.txt") or die "cannot open < input.txt: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to read from a .txt
by Jim (Curate) on Jul 01, 2013 at 03:01 UTC |