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

Re^3: View The HTML ???

by Aristotle (Chancellor)
on Aug 26, 2003 at 02:52 UTC ( [id://286566]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    s/</&lt;/ for @HTML;
    s/>/&gt;/ for @HTML;
    s/&/&amp;/ for @HTML;
    
    print '<textarea>', join("", @HTML), '</textarea>';
    
  2. or download this
    use CGI qw(:standard);
    print textarea('', escapeHTML(join '', @HTML));
    

Log In?
Username:
Password:

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

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

    No recent polls found