in reply to Re: Re: Using a Sub to pull info. from a Text Filein thread Using a Sub to pull info. from a Text File
use SuperSplit; $a = supersplit( '|',"\n","\n\n", $data_in_one_string); print $a->[0][1][2]; #will print 'Pokey Reese' [download]