Now you can learn the secrets which use the most powerful system (MARKETING) and the most powerful tool (INTERNET), to make at least $5000 A WEEK. This system...
Larry
lschmitzs2s@...
Mar 4, 2002 4:16 am
48
I think this script is excellent, I have been trying to get the output of the script to write to a text file rather than just the browser, so that the text...
... I'm not sure what this means. The script outputs to stdout, which you can redirect to a file. In order to get the output into a browser, you'd have to...
... you ... To explain further- I would like the output of the script including all the html tags etc to write to a text file so that I can then include the...
... ... Use not open(), but the backticks `my-command-line here` syntax to achieve what you want, like in this: perl -e 'print `txt2html try.txt`' In short,...
Christian Lemburg
lemburg@...
Mar 10, 2002 3:07 pm
52
... Thanks for your help so far, but I'm sorry to trouble the list again, I have read and tried loads of options but with my limited knowledge I still can't...
... With this: use POSIX qw(tmpnam); my $tmpfile = POSIX::tmpnam(); open(FH, ">$tmpfile") or die "no open for $tmpfile: $!"; print FH $text; close(FH); print...
Christian Lemburg
lemburg@...
Mar 11, 2002 6:04 pm
54
... in ... out. ... again, ... knowledge ... Can ... would ... called ... l /home/sal/public_html/cgi-bin/txt2html.dict $tmpfile`; ... Thanks again for your...
... Why would you want to print the contents of the variable $tmpfile (which is a filename of a temporary file, see the documentation on the POSIX module) as...
Christian Lemburg
lemburg@...
Mar 12, 2002 5:34 pm
56
... command ... it ... list ... post. ... what ... presume ... if I ... the ... above, ... l /home/sal/public_html/cgi-bin/txt2html.dict $tmpfile`; ... it ... ...
I noticed today that I am no longer getting text to hyperlink translations performed as I initially did. I have various text like (see "part4") which used to...
... I just tried v1.27 with those lines in a linkdict file, and it worked for me. Make sure those lines are not commented out (as they are in the linkdict...
Okay, when I added the --debug 1 I get: Parsing dictionary file /projects/intranet/lib/txt2html.dict following by the parse output. I wasn't getting my $HOME...
txt2html doesn't seem to like things like (with default dict), comp.sources alt.fish But does convert them if they have speechmarks or brackets around them, is...
Imran Ghory
imrang@...
Mar 29, 2002 10:03 pm
61
... Sure. Just add a new pattern to the links dictionary (or make a new dict file and use that too). The trick is to write a pattern that matches everything...
Hello, Never before in the history of network marketing has there been an opportunity of this magnitude. All the key essentials are here for you to achieve...
Hello, Never before in the history of network marketing has there been an opportunity of this magnitude. All the key essentials are here for you to achieve...
Never before in the history of network marketing has there been an opportunity of this magnitude. All the key essentials are here for you to achieve...
Does anyone have time to help me figure out what is going wrong. Platform: SPARC Solaris 8, perl 5.005_2, txt2html 1.28 . Here's what I have in my txt2html...
... The default behavior is to include the entire match in the tag, not just to replace the text of the first group with linked text. If you only want part of...
Hello, I have just downloaded the txt2html converter. It is a great program. BTW, I have the following question. I have the following text in a ... The text...
Hello, Another question. I have some text here: some text ======= If I run txt2html on it, I'll get some text <HR> But if I have the following (one extra '='...
... The script treats the second case as text that's been underlined, because the two lines are about the same length. ... txt2html --ulength 9999 --ulength...
... Good question. I don't see an easy way to do what you want. One solution is not to have txt2html format the document at all, but that's not very...
Like most people, I've had some trouble with credit in the past. For a long time I haven't been able to find a company that would give me a credit card at all....
hi -- great program, thanks! I like all the customizable options! One feature that'd really be great though, is outputting xhtml? Basically, just cleaning up...
bud nipper
ian@...
May 13, 2002 2:29 pm
73
Hi, A couple of questions: 1) If I want text2html not to look for list-like things in the source text at all, can I safely comment out the lines in sub main...
... Seems quite positive to me. Give it a try. Gook luck __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car...
Is anybody know how to convert the HTML content into plain text on Linux and Solaris? I mean to say that I would like to remove all the HTML tag. I would like...