in reply to (bbfu) (AoA?) Re: how do I open each line of a text file into seperate arrays?
in thread how do I open each line of a text file into seperate arrays?

Yet Another Use for SuperSplit!

use SuperSplit; $AoA = supersplit_open( /\|/, $filename );
...and it's all there in $AoA.

Jeroen
"We are not alone"(FZ)

  • Comment on Re:{3} how do I open each line of a text file into seperate arrays?
  • Download Code