Re: Perfecting index.pl some more!



Tassilo v. Parseval wrote:

Also i didnt quite understand what are you tryign to say here!
Can you please clarify it to em some more?

As you want shorter code, here's one way:

    s/\n/\\n/g,
    s/"/\\"/g ,
    tr/\cM//d ,
	for $data;
.