- or download this
using read function
0.684900999069214
...
1.5618691444397
1.56290698051453
1.58691692352295
- or download this
open(FILE,"<$file") || die $!;
my $data = do { local $/; <FILE> };
close(FILE);
- or download this
my $data = read_file($file);