Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: ASCII to HTML

by little_mistress (Monk)
on Apr 05, 2000 at 01:58 UTC ( [id://6882]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <br>
    FOO<br>
    ...
    <br>
    BAZ<p><br>
    <br>
    
  2. or download this
    $text = <<TEXT;
    FOO
    ...
    $text =~ s/</\n</g;
    $text =~ s/>/>\n/g;
    print $text;
    
  3. or download this
    FOO
    <br>
    ...
    <p>
    BAZ
    <br>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-16 05:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found