in reply to Re^3: Split array and join with results
in thread Split array and join with results
You can simply slurp this file into an array like this:iph1 iph2 iph3 ...
Make sure you use chomp on the array elements appropriately!@phones=<FILE_HANDLE>;
|
|---|