I am a beginner of perl. I only know little bit about programming. I tried to write a perl program to cut up
each paragraph into lines that has as many words as possible. I use a entire blank line...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10032430.html
Zones:
PerlDate Answered: 12/16/1997 Grade: A Views: 0
How would I if I had a file full of data seaperated by tabs, change this be be seperated
by a newline?
sed s/what is tab/what is newline/g kind of thing?
http://www.experts-exchange.com/OS/Unix/Q_10342078.html
Zones:
UnixDate Answered: 05/10/2000 Grade: A Views: 0
Ok, easy question here, I think. How do you send a newline character when sending JMail?
For instance...
For Each strColumnName in Request.Form
If UCase(Left(strColumnName,3)) = "COL" t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10679001.html
Zones:
Visual BasicDate Answered: 07/12/2000 Grade: A Views: 0
at the end of each line in a file there is a \n character. I want to replace this with <BR> so i can open the file in cgi.
i tried tr "\\n" "\<BR\>" and sed -e "s/\\n/\<br\>/g"
but nothing w...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_11984798.html
I made a windows application (VS.NET/C#) that reads text box input into an array, iterates through the array and sorts the input, displaying the output in a label. Works great, except the out...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20171370.html
Zones:
C++Date Answered: 08/22/2001 Grade: A Views: 0
Hello!
I like to add text to body field before the mail is send, i need to add one blank line first and then three lines of text, then "newline" and again three lines of text. How can i do this ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 09/03/2001 Grade: A Views: 0
How do I remove newline at the end of err.Description ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20348699.html
Zones:
Visual BasicDate Answered: 09/02/2002 Grade: A Views: 0
I have two questions actually. The first being
1. I used CFile.Write() to write a text file called "data.txt" in my c:\ . It writes perfectly.
However when i used CFile.Write("\n",1) in my cod...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20484863.htm...
Zones:
Windows MFCDate Answered: 01/30/2003 Grade: A Views: 0
I want to display newline character "\n" in edit box. However instead of jumping to newline a graphical character is displayed in the edit box. I have also tried the sequence of "\r\n" but it is al...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20518438.html
Zones:
C++Date Answered: 02/19/2003 Grade: B Views: 0
I have a script that reads an HTML file and extracts a number similar to this:
$telephone = &GetTelephone();
# print to screen
print "Tel: $telephone\n";
print "Next line\n";
# print to ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20703085.html
Zones:
PerlDate Answered: 08/08/2003 Grade: A Views: 0