If the file is:
1 http:/abcd efgh/ ..
2 http:/ ..
I want one array to store 1 and 2.
The second array should contain two elements having the two addresses.
Since there is a space between address,
using split function does not seem feasible. What should I do?
This is my required output.
$array[0] = 1
$array
= http:/ ..