Re: Search pattern not terminated

2005-05-10 Thread John W. Krahn
baskaran wrote: Dear Sirs, Hello, I could not able to store data into single array variable by using @sampletext=qw/ /; But the data has /,\,:,;{,},[,],%,$,#,@, ... everything in keyboard characters. suppose the data contains / then it says some error "Search pattern not terminated at sty

Re: Search pattern not terminated

2005-05-10 Thread Ing. Branislav Gerzo
baskaran [b], on Tuesday, May 10, 2005 at 13:13 (+0530) contributed this to our collective wisdom: b> suppose the data contains / then it says some error b> "Search pattern not terminated at style.pl line 24." b> Kindly suggest me a solution. try to escape that with "\&qu

Search pattern not terminated

2005-05-10 Thread baskaran
Dear Sirs, I could not able to store data into single array variable by using @sampletext=qw/ /; But the data has /,\,:,;{,},[,],%,$,#,@, ... everything in keyboard characters. suppose the data contains / then it says some error "Search pattern not terminated at style.pl line 24.&qu