in reply to Problem with reading the total file into variable
use strict; use warnings; use Slurp; my $data = slurp("/root/prac/packages/test.txt"); print $data;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with reading the total file into variable
by Anonymous Monk on Aug 25, 2015 at 11:09 UTC |