Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: View The HTML ???

by einerwitzen (Sexton)
on Aug 26, 2003 at 02:34 UTC ( [id://286564]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @HTMLUN2 = map { s/</&lt/; $_ } @HTMLUN1;
    @HTML = map { s/>/&gt/; $_ } @HTMLUN2;
    ...
    print <<HTML;
    <textarea>@{[join("",@HTML)]}</textarea>
    HTML
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-23 11:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found