View Single Post
Old Feb 21st, 2005, 5:28 PM   #1
eggsy
Newbie
 
Join Date: Dec 2004
Posts: 5
Rep Power: 0 eggsy is on a distinguished road
Question Remving new lines from a file [Resolved]

Hi all suppose I had the following flat text file

lol;laugh out loud (NEWLINE)
m8;mate (NEWLINE)
l8r;later (NEWLINE)

etc

I want to try and put them into an array

EG. @array = split(/;/, <FILE>);

but it only works for the first line, stumbling at the new line character?

Does anyone know if theres a way to strip out all the new line characters from the file???

Sorry if this is a real basic question, Perl newbie here

Thank you all who read this

Eggsy

Last edited by eggsy; Feb 22nd, 2005 at 2:33 PM. Reason: Completed
eggsy is offline   Reply With Quote