Andrew Rosolino wrote: > Ok say I have a file called news.txt and it included > this > > ------------------------------- > Andrew|Tuesday|Blueberry's > Alex|Friday|Apple > Alyssa|Wednesday|Strawberry > ------------------------------- > > Now, how can I have it so that when I call > > ------------------------------------ > print qq~ > @fruit > ~; > > #it will display > > Blueberry's Apply Straberry > > ------------------------------------ > > I have tried to do this but all I get is Strawberry I > don't get the other two.
and your code? posting the part that doesn't work the way you expect will help us point you in the right direction. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]