Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Problems printing to browser

by frankus (Priest)
on Nov 29, 2002 at 11:42 UTC ( [id://216502]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $tags ='';
    if ($form{'abstract'} ne "") {
    ...
    }
    
    print my $cgi->escapeHTML( $tags);
    
  2. or download this
    print my $cgi->escapeHTML(
      join '', ( 
    ...
               robots language distribution rating )         
      ),'<meta name="generator" content="SpyderTagV1.0!"><br>\n'
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://216502]
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-23 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found