Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: CGI vs ASP

by titivillus (Scribe)
on Jul 14, 2006 at 05:42 UTC ( [id://561150]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print qq(<table>) ;
    for my $a ( 1 .. 10 ) {
    ...
      print qq(</tr>) ;
      }
    print qq(</table>) ;
    
  2. or download this
    <table>
    <? for my $a ( 1 .. 10 ) { ?>
    ...
      </tr>
      <? } ?>
    </table>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-24 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found