GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TEXT2HTML(1) User Contributed Perl Documentation TEXT2HTML(1)

text2html - convert plain text to HTML

version 2.07

text2html [options...] [file ...]

The "text2html" utility converts text to HTML. Text can come from standard input or files listed on the command line.

The available options are outlined in HTML::FromText. The option syntax is slightly different. Options are prefixed with two dashes ("--") and may have an option value following an equals sign ("="). The default value is on (<1>).

Convert the "README" file using "paras" and "blockcode".

  text2html --paras --blockcode README

Convert a file called "--stupid-name".

  text2html --paras -- --stupid-name

Convert text on standard input.

  text2html --paras --urls --email --bold --underline

Convert text on standard input but turn off "metachars".

  text2html --metachars=0 --lines

The "text2html" utility exits 0 on success, and >0 if an error occurs.

perl(1), HTML::FromText(3).

  • Ricardo SIGNES <rjbs@cpan.org>
  • Casey West <casey@geeknest.com>
  • Gareth Rees <garethr@cre.canon.co.uk>

This software is copyright (c) 2003 by Casey West.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2013-07-14 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.