Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: conversion from doc to html

by wfsp (Abbot)
on Dec 05, 2011 at 15:16 UTC ( [id://941875]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $text =~ tr{\x0b}{\n};
        printf qq{%s -> ***%s***\n}, $style, $text;
    }
    
  2. or download this
    Heading 1 -> ***Heading 1 text***
    Heading 2 -> ***Heading 2 text***
    Normal -> ***Normal***
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://941875]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-20 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found